Transcript class final

The Transcript associated with a TranscriptEvent.

Transcript contains Results, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.

Constructors

Transcript({List<Result>? results})
Creates a Transcript from the given values.
const
Transcript.fromJson(String source)
Creates a Transcript from the given JSON string.
factory
Transcript.fromMap(Map<String, dynamic> map)
Creates a Transcript from the given Map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
results List<Result>?
Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Returns the JSON string representation of this Transcript.
toMap() Map<String, dynamic>
Returns the Map representation of this Transcript.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited