AutosuggestInputType class

Sets the kind of input accepted by autosuggest

Constructors

AutosuggestInputType(String value)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair

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

Static Properties

GENERIC_VOICE AutosuggestInputType
Text output from speech recognition software. E.g. "index home raft". This input type handles spaces between words. Users should not pronounce 'dot' when speaking a 3 word address. Does not handle text in languages in which words are not separated by spaces, e.g. Chinese. Language detection is disabled, so lang must be set.
getter/setter pair
NMDP_ASR AutosuggestInputType
Text from the Nuance server at https://dictation.nuancemobility.net/NMDPAsrCmdServlet/dictation - please contact Nuance before attempting to use this server. Use with text from any other source is unsupported and results may not be as expected. Does not handle text in languages in which words are not separated by spaces, e.g. Chinese. Language detection is disabled, so lang must be set for non-English input.
getter/setter pair
SPEECHMATICS AutosuggestInputType
Text from Speechmatics voice recognition. Use with text from any other source is unsupported and results may not be as expected. This should only be used with grammars provided by what3words ltd; using other grammars will cause run-time exceptions. Language detection is disabled, so language must be set.
getter/setter pair
TEXT AutosuggestInputType
Text typed by a user, e.g.'index.home.raf'. Default setting. Expects exactly two dots and no whitespace in the input.
getter/setter pair
VOCON_HYBRID AutosuggestInputType
JSON from Nuance VoCon® Hybrid. This should only be used with grammars provided by what3words ltd; using other grammars will cause run-time exceptions. Language detection is disabled, so lang must be set for non-English input.
getter/setter pair