GoogleCloudVideointelligenceV1p3beta1SpeechTranscription class
A speech recognition result corresponding to a portion of the audio.
Constructors
Properties
-
alternatives
↔ List<
GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative> -
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 - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- 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
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited