[MediaVision] Update descriptions (#1779)
authorhsgwon <haesu.gwon@samsung.com>
Fri, 3 Jul 2020 06:25:58 +0000 (15:25 +0900)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 06:25:58 +0000 (15:25 +0900)
src/Tizen.Multimedia.Vision/MediaVision/InferenceModelConfiguration.cs
src/Tizen.Multimedia.Vision/MediaVision/InferenceType.cs

index 47744f7..c5931e5 100644 (file)
@@ -348,7 +348,7 @@ namespace Tizen.Multimedia.Vision
         }
 
         /// <summary>
-        /// Gets or sets the inference model's device.
+        /// Gets or sets the processor type for inference models.
         /// </summary>
         /// <remarks>
         /// The default device is <see cref="InferenceTargetDevice.CPU"/>.<br/>
@@ -442,11 +442,11 @@ namespace Tizen.Multimedia.Vision
         }
 
         /// <summary>
-        /// Gets or sets the inference model's input data type.
+        /// Gets or sets the type of data used for inference model.
         /// </summary>
         /// <remarks>
-        /// For example, for a model data supporting float32 this value should be set to <see cref="InferenceDataType.Float32"/>.<br/>
-        /// <see cref="InferenceDataType.Float32"/> will be used internally unless a user doesn't set the value.
+        /// For example, this value should be set to <see cref="InferenceDataType.Float32"/> for a model data supporting float32.<br/>
+        /// <see cref="InferenceDataType.Float32"/> will be used internally if a user doesn't set the value.
         /// </remarks>
         /// <exception cref="ArgumentException"><paramref name="value"/> is not valid.</exception>
         /// <since_tizen> 8 </since_tizen>
index 5e8abbe..51e9067 100644 (file)
@@ -83,7 +83,7 @@ namespace Tizen.Multimedia.Vision
     }
 
     /// <summary>
-    /// Specifies the device of target. It's used for running inference backend.
+    /// Specifies the target device which is used for running <see cref="InferenceModelConfiguration.Backend"/>.
     /// </summary>
     /// <since_tizen> 8 </since_tizen>
     public enum InferenceTargetDevice