Interface | Description |
---|---|
SoundTrigger.StatusListener |
Interface provided by the client application when attaching to a
SoundTriggerModule
to received recognition and error notifications. |
Class | Description |
---|---|
KeyphraseEnrollmentInfo |
Enrollment information about the different available keyphrases.
|
KeyphraseMetadata |
A Voice Keyphrase metadata read from the enrollment application.
|
SoundTrigger |
The SoundTrigger class provides access via JNI to the native service managing
the sound trigger HAL.
|
SoundTrigger.ConfidenceLevel |
Confidence level for users defined in a keyphrase
|
SoundTrigger.GenericRecognitionEvent |
Sub-class of RecognitionEvent specifically for sound-trigger based sound
models(non-keyphrase).
|
SoundTrigger.GenericSoundModel |
A GenericSoundModel is a specialized
SoundTrigger.SoundModel for non-voice sound
patterns. |
SoundTrigger.Keyphrase |
A Keyphrase describes a key phrase that can be detected by a
SoundTrigger.KeyphraseSoundModel |
SoundTrigger.KeyphraseRecognitionEvent |
Specialized
SoundTrigger.RecognitionEvent for a key phrase detection. |
SoundTrigger.KeyphraseRecognitionExtra |
Additional data conveyed by a
SoundTrigger.KeyphraseRecognitionEvent
for a key phrase detection. |
SoundTrigger.KeyphraseSoundModel |
A KeyphraseSoundModel is a specialized
SoundTrigger.SoundModel for key phrases. |
SoundTrigger.ModuleProperties |
A ModuleProperties describes a given sound trigger hardware module
managed by the native sound trigger service.
|
SoundTrigger.RecognitionConfig |
A RecognitionConfig is provided to
SoundTriggerModule#startRecognition(int, RecognitionConfig) to configure the
recognition request. |
SoundTrigger.RecognitionEvent |
A RecognitionEvent is provided by the
StatusListener#onRecognition(RecognitionEvent)
callback upon recognition success or failure. |
SoundTrigger.SoundModel |
A SoundModel describes the attributes and contains the binary data used by the hardware
implementation to detect a particular sound pattern.
|
SoundTrigger.SoundModelEvent |
A SoundModelEvent is provided by the
StatusListener#onSoundModelUpdate(SoundModelEvent)
callback when a sound model has been updated by the implementation |
SoundTriggerModule |
The SoundTriggerModule provides APIs to control sound models and sound detection
on a given sound trigger hardware module.
|