GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings class
Define behaviors of speech to text detection.
Constructors
-
GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings({int? endpointerSensitivity, Map<
String, String> ? models, String? noSpeechTimeout, bool? useTimeoutBasedEndpointing}) - GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings.fromJson(Map json_)
Properties
- endpointerSensitivity ↔ int?
-
Sensitivity of the speech model that detects the end of speech.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
models
↔ Map<
String, String> ? -
Mapping from language to Speech-to-Text model.
getter/setter pair
- noSpeechTimeout ↔ String?
-
Timeout before detecting no speech.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useTimeoutBasedEndpointing ↔ bool?
-
Use timeout based endpointing, interpreting endpointer sensitivy as
seconds of timeout value.
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