Uploader
FinalYes
Table of Contents
Methods
- __construct() : mixed
- send() : Result
- sendAsync() : void
Methods
__construct()
public
__construct(string $recordingFileName, string $recordingFileContent, TranscribeCallRecordingPayload $transcribe, SummarizeCallTranscriptionPayload $summarize, ItemIdentifier $fillTarget, FillItemFieldsFromCallTranscriptionPayload $fill, string $languageId) : mixed
Parameters
- $recordingFileName : string
- $recordingFileContent : string
- $transcribe : TranscribeCallRecordingPayload
- $summarize : SummarizeCallTranscriptionPayload
- $fillTarget : ItemIdentifier
- $fill : FillItemFieldsFromCallTranscriptionPayload
- $languageId : string
send()
public
send() : Result
Return values
ResultsendAsync()
public
sendAsync([callable $onFulfilled = null ][, callable $onRejected = null ]) : void
Parameters
- $onFulfilled : callable = null
- $onRejected : callable = null