Interface | Description |
---|---|
TextSearchListener |
Listener for a
VoiceSearch . |
VoiceSearchListener |
Listener for a
VoiceSearch . |
VoiceSearchUIHelpClickListener |
Used to register a click handler for the help button
|
Class | Description |
---|---|
AsyncTextSearch |
A one time use object that performs a text search.
|
AsyncTextSearch.Builder |
Builder class for creating a new
AsyncTextSearch |
TextSearch |
Performs a text search to the Hound server given a
HoundRequestInfo and query. |
TextSearch.Builder |
The only way to construct a
TextSearch object. |
TextSearch.Result |
The main object returned from
TextSearch.search() . |
VoiceSearch |
A one time use object that performs a voice search.
|
VoiceSearch.Builder |
Builder class for creating a new
VoiceSearch |
VoiceSearchInfo |
Model that contains various information about the voice search.
|
VoiceSearchInfo.Builder |
All timestamp use
SystemClock.elapsedRealtime() . |
VoiceSearchUIConfig |
Use to override the default color and behavior of the HoundifyVoiceSearchActivity.
|
Enum | Description |
---|---|
VoiceSearchInfo.ErrorType | |
VoiceSearchInfo.VadSource | |
VoiceSearchState |
All the states for a
VoiceSearch . |
Exception | Description |
---|---|
TextSearch.TextSearchException |