Merge "Fix descriptions according to checking header tools" into tizen
[platform/core/uifw/tts.git] / packaging / metadata-profile.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <profile>
3     <metadata-define>
4         <key name="http://tizen.org/metadata/tts-engine/name" description="TTS engine name"/>
5         <published>Y</published>
6         <version>1.0</version>
7         <value-description>
8             Write a TTS engine name.
9         </value-description>
10         <default-value-description>
11             It does not work if there is no value.
12         </default-value-description>
13         <example description="Add below statement to the manifest.xml file of you process.">
14             <metadata key="http://tizen.org/metadata/tts-engine/name" value="Samsung TTS"/>
15         </example>
16     </metadata-define>
17     <metadata-define>
18         <key name="http://tizen.org/metadata/tts-engine/language" description="Supported TTS languages"/>
19         <published>Y</published>
20         <version>1.0</version>
21         <value-description>
22             Write supported langueges.
23         </value-description>
24         <default-value-description>
25             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)
26             Voice type specified as female, male, and child.
27         </default-value-description>
28         <example description="Add below statement to the manifest.xml file of you process.">
29             <metadata key="http://tizen.org/metadata/tts-engine/language" value="en_US:female,ko_KR:female,de_DE:female,fr_FR:female,it_IT:female,es_ES:female"/>
30         </example>
31     </metadata-define>
32     <metadata-define>
33         <key name="http://tizen.org/metadata/tts-engine/credential-required" description="Necessity of credential key"/>
34         <published>Y</published>
35         <version>1.0</version>
36         <value-description>
37             false - the credential key is not necessary.
38             true - the credential key is necessary.
39         </value-description>
40         <default-value-description>
41             Default value is false.
42         </default-value-description>
43         <example description="Add below statement to the manifest.xml file of you process.">
44             <metadata key="http://tizen.org/metadata/tts-engine/credential-required" value="false"/>
45         </example>
46     </metadata-define>
47     <metadata-define>
48         <key name="http://tizen.org/metadata/tts-engine/setting" description="Setting app name for TTS engine"/>
49         <published>Y</published>
50         <version>1.0</version>
51         <value-description>
52             Write a setting app name for tts engine.
53         </value-description>
54         <default-value-description>
55             The setting app does not launch if there is no value.
56         </default-value-description>
57         <example description="Add below statement to the manifest.xml file of you process.">
58             <metadata key="http://tizen.org/metadata/tts-engine/setting" value="org.tizen.tts-engine-default-setting"/>
59         </example>
60     </metadata-define>
61     <metadata-define>
62         <key name="http://tizen.org/metadata/tts-engine/text-size" description="Supported max text size"/>
63         <published>Y</published>
64         <version>1.0</version>
65         <value-description>
66             Write a supported max text size as bytes.
67         </value-description>
68         <default-value-description>
69             It does not work if there is no value.
70         </default-value-description>
71         <example description="Add below statement to the manifest.xml file of you process.">
72             <metadata key="http://tizen.org/metadata/tts-engine/text-size" value="2000"/>
73         </example>
74     </metadata-define>
75     <metadata-define>
76         <key name="http://tizen.org/metadata/tts-engine/pitch-support" description="Whether to support pitch"/>
77         <published>Y</published>
78         <version>1.0</version>
79         <value-description>
80             Write whether to support pitch.
81         </value-description>
82         <default-value-description>
83             Default value is false.
84         </default-value-description>
85         <example description="Add below statement to the manifest.xml file of you process.">
86             <metadata key="http://tizen.org/metadata/tts-engine/pitch-support" value="true"/>
87         </example>
88     </metadata-define>
89     <metadata-define>
90         <key name="http://tizen.org/metadata/tts-engine/uuid" description="TTS engine uuid"/>
91         <published>Y</published>
92         <version>1.0</version>
93         <value-description>
94             Write a TTS engine uuid.
95         </value-description>
96         <default-value-description>
97             It does not work if there is no value.
98         </default-value-description>
99         <example description="Add below statement to the manifest.xml file of you process.">
100             <metadata key="http://tizen.org/metadata/tts-engine/uuid" value="ABCD1234-AB12-AB12-AB12-ABCDEF123456"/>
101         </example>
102     </metadata-define>
103 </profile>