GoogleCloudDialogflowV2SpeechToTextConfig class

Constructors

GoogleCloudDialogflowV2SpeechToTextConfig({String? audioEncoding, bool? enableWordInfo, String? languageCode, String? model, List<String>? phraseSets, int? sampleRateHertz, String? speechModelVariant, bool? useTimeoutBasedEndpointing})
GoogleCloudDialogflowV2SpeechToTextConfig.fromJson(Map json_)

Properties

audioEncoding String?
Possible string values are:
getter/setter pair
enableWordInfo bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
getter/setter pair
model String?
getter/setter pair
phraseSets List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRateHertz int?
getter/setter pair
speechModelVariant String?
Possible string values are:
getter/setter pair
useTimeoutBasedEndpointing bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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