Domain class
Constants for various speech recognition domains.
Different domains are optimized for specific use cases and vocabulary. Choose the domain that best matches your application's context for improved recognition accuracy.
Constructors
- Domain()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- APP_SEARCH → const String
- Optimized for application search and navigation commands.
- BFSI → const String
- Banking, Financial Services, and Insurance domain. Optimized for financial terminology and banking operations.
- GENERIC → const String
- General-purpose domain suitable for most applications. Use this if your domain doesn't fit other specific categories.
- VOICE_SEARCH → const String
- Optimized for voice search queries and commands.