StreamingRecognitionConfigV2 class
Constructors
- StreamingRecognitionConfigV2({required RecognitionConfigV2 config, StreamingRecognitionFeatures? streamingFeatures, FieldMask? configMask})
- A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.
Properties
- config → RecognitionConfigV2
-
Required. Provides information to the recognizer that specifies
how to process the request.
final
- configMask → FieldMask?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamingFeatures → StreamingRecognitionFeatures?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toConfig(
) → StreamingRecognitionConfig -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited