The Wayback Machine - https://web.archive.org/web/20151028230613/http://developer.xamarin.com:80/api/namespace/Android.Service.Voice/
Android Guides | Samples

Android.Service.Voice Namespace

Remarks

To be added.

Classes

TypeReason
AlwaysOnHotwordDetectorA class that lets a VoiceInteractionService implementation interact with always-on keyphrase detection APIs.
AlwaysOnHotwordDetector+Callback
EventPayload
HotwordDetectorStateEnumerates values returned by several methods of HotwordDetectorState and taken as a parameter of the AlwaysOnHotwordDetector+Callback.OnAvailabilityChanged member.
RecognitionFlagEnumerates values returned by the RecognitionFlag.AllowMultipleTriggers, RecognitionFlag.CaptureTriggerAudio, and RecognitionFlag.None members and taken as a parameter of the AlwaysOnHotwordDetector.StartRecognition member.
RecognitionModeEnumerates values returned by the RecognitionMode.UserIdentification, and RecognitionMode.VoiceTrigger members.
VoiceInteractionServiceTop-level service of the current global voice interactor, which is providing support for hotwording etc.
VoiceInteractionSessionAn active interaction session, started by a VoiceInteractionService.
VoiceInteractionSessionServiceAn active voice interaction session, initiated by a VoiceInteractionService.