API reference

ITranscriptionRequestResults Interface

Interface for audio transcription specific requests

Properties

FinalTranscriptions : string []
[Get]
An array of all finalized transcriptions
Signature
string [] Meta.Voice.ITranscriptionRequestResults.FinalTranscriptions
Transcription : string
[Get]
The current audio transcription received from the request Should only be set by TranscriptionRequests
Signature
string Meta.Voice.ITranscriptionRequestResults.Transcription

Methods

SetTranscription ( transcription , full )
A setter for transcriptions
Signature
void Meta.Voice.ITranscriptionRequestResults.SetTranscription(string transcription, bool full)
Parameters
transcription: string  The transcription to be set
full: bool  Whether the transcription should be considered full or partially complete
Returns
void