From 5de40b4bfadf609a9e56c16d251ad819eb8f16c9 Mon Sep 17 00:00:00 2001 From: "wn.jang" Date: Wed, 13 Apr 2022 19:38:42 +0900 Subject: [PATCH] Add metadata profile xml file Change-Id: I0b48c7bafbe1773e7ad97c2112ef593d104aaba6 --- packaging/metadata-profile.xml | 89 ++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 packaging/metadata-profile.xml diff --git a/packaging/metadata-profile.xml b/packaging/metadata-profile.xml new file mode 100644 index 00000000..8ef96a60 --- /dev/null +++ b/packaging/metadata-profile.xml @@ -0,0 +1,89 @@ + + + + + Y + 1.0 + + Write a TTS engine name. + + + It does not work if there is no value. + + + + + + + + Y + 1.0 + + Write supported langueges. + + + Language specified as an ISO 3166 alpha-2 two-letter country code followed by ISO 639-1 for the two-letter language code (for example, "ko_KR" for Korean, "en_US" for American English) + Voice type specified as female, male, and child. + + + + + + + + Y + 1.0 + + false - the credential key is not necessary. + true - the credential key is necessary. + + + Default value is false. + + + + + + + + Y + 1.0 + + Write a setting app name for tts engine. + + + The setting app does not launch if there is no value. + + + + + + + + Y + 1.0 + + Write a supported max text size as bytes. + + + It does not work if there is no value. + + + + + + + + Y + 1.0 + + Write whether to support pitch. + + + Default value is false. + + + + + + \ No newline at end of file -- 2.34.1