VoiceNoteTranscriptionResponse
Transcription of the voice message
textstring
Transcription text
Example:
Hi, how are you?statestringrequired
Transcription state
Possible values: [READY, PROCESSING, NOT_AVAILABLE]
Example:
READYlanguagestring
Detected transcription language (ISO 639-1)
Example:
ruVoiceNoteTranscriptionResponse
{
"text": "Hi, how are you?",
"state": "READY",
"language": "ru"
}