string | Transcription[Get] The current audio transcription received from the request Should only be set by TranscriptionRequests |
string [] | FinalTranscriptions[Get] An array of all finalized transcriptions |
void | A setter for transcriptions |
string Meta.Voice.ITranscriptionRequestResults.Transcription |
---|
The current audio transcription received from the request Should only be set by TranscriptionRequests |
string [] Meta.Voice.ITranscriptionRequestResults.FinalTranscriptions |
---|
An array of all finalized transcriptions |
void Meta.Voice.ITranscriptionRequestResults.SetTranscription ( string transcription, bool full ) |
---|
A setter for transcriptions Parameters transcription The transcription to be set fullWhether the transcription should be considered full or partially complete |