text property

String? get text

Automatic Speech Recognition (ASR) text of the audio.

Transcribed text from the audio content (null if not transcribed).

Implementation

String? get text;
set text (String? asr)

Implementation

set text(String? asr);