interface InputSpeechTranscriptionFailed {
    itemId: string;
    message: string;
}

Properties

Properties

itemId: string
message: string