SpeechConfigOption class
Holds a configuration option for a specific platform implementation.
These options should be used rarely as the plugin interface should try, as far as possible, to be identical on all platforms. These options allow specific behaviour only available on or required on a platform to be tailored.
Constructors
- SpeechConfigOption.new(String platform, String name, dynamic value)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the option, meaningful only to the implementation.
final
- platform → String
-
Defines the platform implementation the option is for, this is
meaningful only to the implementation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
Value of the option, meaningful only to the implementation.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited