[VoiceControlManager] Add tags for missing feature and privilege (#1031)
[platform/core/csapi/tizenfx.git] / src / Tizen.Uix.VoiceControlManager / Tizen.Uix.VoiceControlManager / VoiceCommandsGroup.cs
old mode 100755 (executable)
new mode 100644 (file)
index b2ff135..bc37931
@@ -37,8 +37,11 @@ namespace Tizen.Uix.VoiceControlManager
         /// The public constructor.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
+        /// <privilege> http://tizen.org/privilege/recorder </privilege>
+        /// <privlevel>public</privlevel>
+        /// <feature> http://tizen.org/feature/microphone </feature>
+        /// <feature> http://tizen.org/feature/speech.control </feature>
         /// <exception cref="InvalidOperationException">This exception can be due to out of memory.</exception>
-        /// <exception cref="ArgumentException">This exception can be due to an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException">This exception can be due to permission denied.</exception>
         /// <exception cref="NotSupportedException">The required feature is not supported.</exception>
         public VoiceCommandsGroup()