Add metadata key 14/278714/3 accepted/tizen/unified/20220728.044817 submit/tizen/20220726.013524 submit/tizen/20220727.082051
authorulgal-park <ulgal.park@samsung.com>
Mon, 25 Jul 2022 08:44:05 +0000 (17:44 +0900)
committerulgal-park <ulgal.park@samsung.com>
Mon, 25 Jul 2022 09:36:15 +0000 (18:36 +0900)
Change-Id: I898af8cff671a6b591360b86607c21831485d3e7

packaging/metadata-profile.xml

index 6149419..3b3bbed 100644 (file)
             <metadata key="http://tizen.org/metadata/vc-engine/non-fixed-support" value="true"/>
         </example>
     </metadata-define>
+    <metadata-define>
+        <key name="http://tizen.org/metadata/vc-engine/silence-detection" description="Whether to support silence detection"/>
+        <published>Y</published>
+        <version>1.0</version>
+        <value-description>
+            Write whether to support silent detection such as EPD(End Point Detection) of speech.
+        </value-description>
+        <default-value-description>
+            Default value is false.
+        </default-value-description>
+        <example description="Add below statement to the manifest.xml file of you process.">
+            <metadata key="http://tizen.org/metadata/vc-engine/silence-detection" value="true"/>
+        </example>
+    </metadata-define>
+    <metadata-define>
+        <key name="http://tizen.org/metadata/vc-engine/uuid" description="VC engine uuid"/>
+        <published>Y</published>
+        <version>1.0</version>
+        <value-description>
+            Write a VC engine uuid.
+        </value-description>
+        <default-value-description>
+            It does not work if there is no value.
+        </default-value-description>
+        <example description="Add below statement to the manifest.xml file of you process.">
+            <metadata key="http://tizen.org/metadata/vc-engine/uuid" value="ABCD1234-AB12-AB12-AB12-ABCDEF123456"/>
+        </example>
+    </metadata-define>
 </profile>
\ No newline at end of file