GoogleCloudVideointelligenceV1SpeechTranscription class
A speech recognition result corresponding to a portion of the audio.
Constructors
Properties
-
alternatives
↔ List<
GoogleCloudVideointelligenceV1SpeechRecognitionAlternative> -
May contain one or more recognition hypotheses (up to the maximum
specified
in
max_alternatives
). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.read / write - languageCode ↔ String
-
Output only. The
BCP-47 language tag of the
language in this result. This language code was detected to have the most
likelihood of being spoken in the audio.
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited