ExplicitDecodingConfig class
Explicitly specified decoding parameters.
Constructors
- ExplicitDecodingConfig({int? audioChannelCount, String? encoding, int? sampleRateHertz})
- ExplicitDecodingConfig.fromJson(Map json_)
Properties
- audioChannelCount ↔ int?
-
Number of channels present in the audio data sent for recognition.
getter/setter pair
- encoding ↔ String?
-
Encoding of the audio data sent for recognition.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRateHertz ↔ int?
-
Sample rate in Hertz of the audio data sent for recognition.
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