Interface SpeechRecognitionResultText

The speech recognition successfully finished. Subtype of SpeechRecognitionResult.

interface SpeechRecognitionResultText {
    @type: "speechRecognitionResultText";
    text: string;
}

Properties

Properties

@type: "speechRecognitionResultText"
text: string

Recognized text.