Home | History | Annotate | Download | only in tts

Lines Matching defs:features

83  * features set. In order to fully take advantage of voices, an engine should implement
239 * Queries the service for a set of features supported for a given language.
246 * @return A list of features supported for the given language.
293 Set<String> features = onGetFeaturesForLanguage(locale.getISO3Language(),
298 Voice.LATENCY_NORMAL, false, features));
1407 Set<String> features = onGetFeaturesForLanguage(lang, country, variant);
1409 if (features != null) {
1410 featuresArray = new String[features.size()];
1411 features.toArray(featuresArray);