fix merge duplication
[platform/core/uifw/stt.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/stt-engine/name" description="STT engine name"/>
5         <published>Y</published>
6         <version>1.0</version>
7         <value-description>
8             Write a STT 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/stt-engine/name" value="Samsung ASR N66"/>
15         </example>
16     </metadata-define>
17     <metadata-define>
18         <key name="http://tizen.org/metadata/stt-engine/language" description="Supported STT 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         </default-value-description>
27         <example description="Add below statement to the manifest.xml file of you process.">
28             <metadata key="http://tizen.org/metadata/stt-engine/language" value="en_US,es_US,fr_FR,ja_JP,ko_KR,zh_CN,zh_TW,zh_SG,zh_HK,de_DE,ru_RU,pt_BR,es_ES,en_GB,it_IT"/>
29         </example>
30     </metadata-define>
31     <metadata-define>
32         <key name="http://tizen.org/metadata/stt-engine/credential-required" description="Necessity of credential key"/>
33         <published>Y</published>
34         <version>1.0</version>
35         <value-description>
36             false - the credential key is not necessary.
37             true - the credential key is necessary.
38         </value-description>
39         <default-value-description>
40             Default value is false.
41         </default-value-description>
42         <example description="Add below statement to the manifest.xml file of you process.">
43             <metadata key="http://tizen.org/metadata/stt-engine/credential-required" value="false"/>
44         </example>
45     </metadata-define>
46     <metadata-define>
47         <key name="http://tizen.org/metadata/stt-engine/setting" description="Setting app name for STT engine"/>
48         <published>Y</published>
49         <version>1.0</version>
50         <value-description>
51             Write a setting app name for stt engine.
52         </value-description>
53         <default-value-description>
54             The setting app does not launch if there is no value.
55         </default-value-description>
56         <example description="Add below statement to the manifest.xml file of you process.">
57             <metadata key="http://tizen.org/metadata/stt-engine/setting" value="org.tizen.stt-engine-default-setting"/>
58         </example>
59     </metadata-define>
60     <metadata-define>
61         <key name="http://tizen.org/metadata/stt-engine/silence-detection" description="Whether to support silence detection"/>
62         <published>Y</published>
63         <version>1.0</version>
64         <value-description>
65             Write whether to support silent detection such as EPD(End Point Detection) of speech.
66         </value-description>
67         <default-value-description>
68             Default value is false.
69         </default-value-description>
70         <example description="Add below statement to the manifest.xml file of you process.">
71             <metadata key="http://tizen.org/metadata/stt-engine/silence-detection" value="true"/>
72         </example>
73     </metadata-define>
74     <metadata-define>
75         <key name="http://tizen.org/metadata/stt-engine/uuid" description="STT engine uuid"/>
76         <published>Y</published>
77         <version>1.0</version>
78         <value-description>
79             Write a STT engine uuid.
80         </value-description>
81         <default-value-description>
82             It does not work if there is no value.
83         </default-value-description>
84         <example description="Add below statement to the manifest.xml file of you process.">
85             <metadata key="http://tizen.org/metadata/stt-engine/uuid" value="ABCD1234-AB12-AB12-AB12-ABCDEF123456"/>
86         </example>
87     </metadata-define>
88 </profile>