Skip to main content
Version: v2

VoiceNoteTranscriptionResponse

Transcription of the voice message

textstring

Transcription text

Example: Hi, how are you?
statestringrequired

Transcription state

Possible values: [READY, PROCESSING, NOT_AVAILABLE]

Example: READY
languagestring

Detected transcription language (ISO 639-1)

Example: ru
VoiceNoteTranscriptionResponse
{
"text": "Hi, how are you?",
"state": "READY",
"language": "ru"
}