API reference

ITranscriptionRequestResults Interface

Interface for audio transcription specific requests
Meta::Voice::ITranscriptionRequestResults extends Meta.Voice.IVoiceRequestResults.

Overview

Properties

string
The current audio transcription received from the request Should only be set by TranscriptionRequests
string []
An array of all finalized transcriptions

Public Member Functions

void
SetTranscription
( string transcription,
bool full )
A setter for transcriptions

Details

Properties

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

Member Functions

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