Interface SpeechSessionSynthesisCompletedEvent

interface SpeechSessionSynthesisCompletedEvent {
    text: string;
    result: SpeechSynthesisResult;
}

Properties

Properties

text: string