From e6cd2476aa9d07df0de0a0081ab66d8401a7e228 Mon Sep 17 00:00:00 2001 From: Sandeep Siddhartha Date: Fri, 11 Jul 2014 12:27:34 -0700 Subject: Add recognition modes to the enrollment metadata This will be used by the Voice interaction service to determine what type of recognition may be run on the DSP. e.g. If the DSP supports voice trigger only for the given keyphrase, the voice interaction service may want to perform user identification at its end. Also support keyphrase metadata for all keyphrases and locales. In case the enrollment app supports open-ended keyphrases, it can leave the keyphrase text to be empty similarly, if the enrollment app supports all locales, it can leave the supported locales attribute to be empty, Change-Id: I782a17a877fc79ed569fa7c3a81697641182590b --- tests/VoiceEnrollment/res/xml/enrollment_application.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/VoiceEnrollment') diff --git a/tests/VoiceEnrollment/res/xml/enrollment_application.xml b/tests/VoiceEnrollment/res/xml/enrollment_application.xml index 710a0ac..70a6e0c 100644 --- a/tests/VoiceEnrollment/res/xml/enrollment_application.xml +++ b/tests/VoiceEnrollment/res/xml/enrollment_application.xml @@ -20,4 +20,5 @@ + android:searchKeyphraseSupportedLocales="en-US,en-GB,fr-FR,de-DE" + android:searchKeyphraseRecognitionFlags="voiceTrigger" /> -- cgit v1.1