Link Search Menu Expand Document

Constructor: messages.transcribedAudio

Back to constructors index

Transcribed text from a voice message »

Attributes:

NameTypeRequiredDescription
pendingBoolOptionalWhether the transcription is partial because audio transcription is still in progress, if set the user may receive further updateTranscribedAudio updates with the updated transcription.
transcription_idlongYesTranscription ID
textstringYesTranscripted text
trial_remains_numintOptionalFor non-Premium users, this flag will be set, indicating the remaining transcriptions in the free trial period.
trial_remains_until_dateintOptionalFor non-Premium users, this flag will be set, indicating the date when the trial_remains_num counter will be reset to the maximum value of transcribe_audio_trial_weekly_number.

Type: messages.TranscribedAudio

Example:

$messages_transcribedAudio = ['_' => 'messages.transcribedAudio', 'pending' => Bool, 'transcription_id' => long, 'text' => 'string', 'trial_remains_num' => int, 'trial_remains_until_date' => int];