utterances property

List<Utterance>? get utterances

Returns segments for compatibility with the old version

Implementation

List<Utterance>? get utterances => result?.transcription?.utterances;