RecognitionConfigV2 constructor
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.
Implementation
RecognitionConfigV2({
this.features,
this.adaptation,
this.autoDecodingConfig,
this.explicitDecodingConfig,
this.model,
this.languageCodes,
});