TranscriptionSuccessfulEvent
extends AbstractTranscriptionEvent
in package
This Event is emitted when a transcription of a media file happened successfully
Tags
Table of Contents
Properties
- $appId : string
- $file : File|null
- $fileIdId : int
- $propagationStopped : bool
- $transcript : string
- $userId : string|null
Methods
- __construct() : mixed
- Compatibility constructor
- getAppId() : string
- getFile() : File|null
- getFileId() : int
- getTranscript() : string
- getUserId() : string|null
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$appId
private
string
$appId
$file
private
File|null
$file
$fileIdId
private
int
$fileIdId
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$transcript
private
string
$transcript
$userId
private
string|null
$userId
Methods
__construct()
Compatibility constructor
public
__construct(int $fileId, File|null $file, string $transcript, string|null $userId, string $appId) : mixed
Parameters
- $fileId : int
- $file : File|null
- $transcript : string
- $userId : string|null
- $appId : string
Tags
getAppId()
public
getAppId() : string
Tags
Return values
stringgetFile()
public
getFile() : File|null
Tags
Return values
File|nullgetFileId()
public
getFileId() : int
Tags
Return values
intgetTranscript()
public
getTranscript() : string
Tags
Return values
string —The transcript of the media file
getUserId()
public
getUserId() : string|null
Tags
Return values
string|nullisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void