ASRConversationalConfig class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
ASRConversationalConfig({ASRQuality? quality, ASRProvider? provider, ASRInputFormat? userInputAudioFormat, List<
String> ? keywords}) -
const
-
ASRConversationalConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
keywords
→ List<
String> ? -
final
- provider → ASRProvider?
-
final
- quality → ASRQuality?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userInputAudioFormat → ASRInputFormat?
-
final
Methods
-
copyWith(
{ASRQuality? quality, ASRProvider? provider, ASRInputFormat? userInputAudioFormat, List< String> ? keywords}) → ASRConversationalConfig -
Available on ASRConversationalConfig, provided by the $ASRConversationalConfigExtension extension
-
copyWithWrapped(
{Wrapped< ASRQuality?> ? quality, Wrapped<ASRProvider?> ? provider, Wrapped<ASRInputFormat?> ? userInputAudioFormat, Wrapped<List< ? keywords}) → ASRConversationalConfigString> ?> -
Available on ASRConversationalConfig, provided by the $ASRConversationalConfigExtension extension
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
Constants
-
fromJsonFactory
→ const ASRConversationalConfig Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ASRConversationalConfig instance)