text property
Automatic Speech Recognition (ASR) text of the audio.
Transcribed text from the audio content (null if not transcribed).
Implementation
@override
String? get text => getString('text');
Automatic Speech Recognition (ASR) text of the audio.
Transcribed text from the audio content (null if not transcribed).
@override
String? get text => getString('text');