ListenMode enum

Describes the goal of your speech recognition to the system.

Currently only supported on iOS.

See also:

Inheritance

Constructors

ListenMode()
const

Values

deviceDefault → const ListenMode

The device default.

dictation → const ListenMode

When using captured speech for text entry.

Use this when you are using speech recognition for a task that's similar to the keyboard's built-in dictation function.

When using captured speech to specify search terms.

Use this when you are using speech recognition to identify search terms.

confirmation → const ListenMode

When using captured speech for short, confirmation-style requests.

Use this when you are using speech recognition to handle confirmation commands, such as "yes", "no" or "maybe".

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<ListenMode>
A constant List of the values in this enum, in order of their declaration.