RecognitionConfigV2 class

Constructors

RecognitionConfigV2({RecognitionFeatures? features, SpeechAdaptation? adaptation, AutoDetectDecodingConfig? autoDecodingConfig, ExplicitDecodingConfig? explicitDecodingConfig, RecognitionModelV2? model, Iterable<String>? languageCodes})
Provides information to the recognizer that specifies how to process the request.

Properties

adaptation SpeechAdaptation?
final
autoDecodingConfig AutoDetectDecodingConfig?
final
explicitDecodingConfig ExplicitDecodingConfig?
final
features RecognitionFeatures?
final
hashCode int
The hash code for this object.
no setterinherited
languageCodes Iterable<String>?
final
model RecognitionModelV2?
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
toConfig() RecognitionConfig
toString() String
A string representation of this object.
inherited

Operators

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