Interface SpeechRecognitionResultPending

Describes result of speech recognition in a voice note. Subtype of SpeechRecognitionResult.

interface SpeechRecognitionResultPending {
    @type: "speechRecognitionResultPending";
    partial_text: string;
}

Properties

Properties

@type: "speechRecognitionResultPending"
partial_text: string

Partially recognized text.