[MediaVision] Removed build warnings. 20/149720/1 preview1-00196
authorcoderhyme <jhyo.kim@samsung.com>
Wed, 13 Sep 2017 03:02:30 +0000 (12:02 +0900)
committercoderhyme <jhyo.kim@samsung.com>
Wed, 13 Sep 2017 03:02:30 +0000 (12:02 +0900)
Change-Id: I4363788c7f8477021b9517309547737fb2deae5e
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
src/Tizen.Multimedia.Vision/MediaVision/BarcodeDetectionConfiguration.cs
src/Tizen.Multimedia.Vision/MediaVision/BarcodeGenerationConfiguration.cs
src/Tizen.Multimedia.Vision/MediaVision/FaceRecognitionConfiguration.cs
src/Tizen.Multimedia.Vision/MediaVision/FaceRecognitionModel.cs
src/Tizen.Multimedia.Vision/MediaVision/FaceTrackingModel.cs
src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs
src/Tizen.Multimedia.Vision/MediaVision/ImageObject.cs
src/Tizen.Multimedia.Vision/MediaVision/ImageTrackingModel.cs

index b80cda76adc750774b6fefd17288ad0953591ba9..633c983c332bd5225bc5fdb0960449e5709120ff 100755 (executable)
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+using System;
+
 namespace Tizen.Multimedia.Vision
 {
     /// <summary>
@@ -28,7 +30,7 @@ namespace Tizen.Multimedia.Vision
         /// <summary>
         /// Initializes a new instance of the <see cref="BarcodeDetectionConfiguration"/> class.
         /// </summary>
-        /// <exception cref="System.NotSupportedException">The feature is not supported.</exception>
+        /// <exception cref="NotSupportedException">The feature is not supported.</exception>
         /// <since_tizen> 3 </since_tizen>
         public BarcodeDetectionConfiguration() : base("barcode_detection")
         {
@@ -37,8 +39,8 @@ namespace Tizen.Multimedia.Vision
         /// <summary>
         /// Gets or sets the target of the barcode detection.
         /// </summary>
-        /// <exception cref="System.ArgumentException"><paramref name="value"/> is not valid.</exception>
-        /// <exception cref="System.ObjectDisposedException">The <see cref="BarcodeDetectionConfiguration"/> already has been disposed of.</exception>
+        /// <exception cref="ArgumentException"><paramref name="value"/> is not valid.</exception>
+        /// <exception cref="ObjectDisposedException">The <see cref="BarcodeDetectionConfiguration"/> already has been disposed of.</exception>
         /// <since_tizen> 3 </since_tizen>
         public BarcodeDetectionTarget Target
         {
index a12adeac22c4907904f0c5fbf0f1d4864e9e4bdb..edfbc5071a42b11789a4370b7d52f007a78f5a95 100755 (executable)
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+using System;
 using Tizen.Common;
 
 namespace Tizen.Multimedia.Vision
@@ -32,7 +33,7 @@ namespace Tizen.Multimedia.Vision
         /// <summary>
         /// Initializes a new instance of the <see cref="BarcodeGenerationConfiguration"/> class.
         /// </summary>
-        /// <exception cref="System.NotSupportedException">The feature is not supported.</exception>
+        /// <exception cref="NotSupportedException">The feature is not supported.</exception>
         /// <since_tizen> 3 </since_tizen>
         public BarcodeGenerationConfiguration() : base("barcode_generation")
         {
@@ -41,7 +42,7 @@ namespace Tizen.Multimedia.Vision
         /// <summary>
         /// Gets or sets the text visibility of the barcode to be generated.
         /// </summary>
-        /// <exception cref="System.ArgumentException"><paramref name="value"/> is not valid.</exception>
+        /// <exception cref="ArgumentException"><paramref name="value"/> is not valid.</exception>
         /// <exception cref="ObjectDisposedException">The <see cref="BarcodeGenerationConfiguration"/> already has been disposed of.</exception>
         /// <since_tizen> 3 </since_tizen>
         public Visibility TextVisibility
index 632ac6b0ac0efbc96f64873fff923f07045dfdbc..87c2618ee49ba0e07b02f3c7fc3261f4ffa0f4ad 100755 (executable)
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+using System;
+
 namespace Tizen.Multimedia.Vision
 {
     /// <summary>
@@ -27,7 +29,7 @@ namespace Tizen.Multimedia.Vision
         /// <summary>
         /// Initializes a new instance of the <see cref="FaceRecognitionConfiguration"/> class.
         /// </summary>
-        /// <exception cref="System.NotSupportedException">The feature is not supported.</exception>
+        /// <exception cref="NotSupportedException">The feature is not supported.</exception>
         /// <since_tizen> 3 </since_tizen>
         public FaceRecognitionConfiguration() : base("face_recognition")
         {
@@ -37,7 +39,7 @@ namespace Tizen.Multimedia.Vision
         /// Gets or sets the method used for face recognition model learning.
         /// Default value is <see cref="FaceRecognitionModelType.Lbph"/>.
         /// </summary>
-        /// <exception cref="System.ArgumentException"><paramref name="value"/> is not valid.</exception>
+        /// <exception cref="ArgumentException"><paramref name="value"/> is not valid.</exception>
         /// <since_tizen> 3 </since_tizen>
         public FaceRecognitionModelType ModelType
         {
index 69b29564adf974c1b1a7532265adbcc3e73c9395..20b727bffd3a134d0fc33852d67e29869ad703b8 100755 (executable)
@@ -44,7 +44,7 @@ namespace Tizen.Multimedia.Vision
         /// Initializes a new instance of the <see cref="FaceRecognitionModel"/> class with the specified path.
         /// </summary>
         /// <remarks>
-        /// Models saved by <see cref="Save()"/> can be loaded.
+        /// Models saved by <see cref="Save(string)"/> can be loaded.
         /// </remarks>
         /// <param name="modelPath">Path to the model to load.</param>
         /// <exception cref="ArgumentNullException"><paramref name="modelPath"/> is null.</exception>
index 793a5d27bdfe1e4751fa272239a0190ff36bb865..66539217bf6ed0cc18407bb9b7e8bdb079be5e60 100755 (executable)
@@ -43,7 +43,7 @@ namespace Tizen.Multimedia.Vision
         /// Initializes a new instance of the <see cref="FaceTrackingModel"/> class with the specified path.
         /// </summary>
         /// <remarks>
-        /// Models saved by <see cref="Save()"/> can be loaded.
+        /// Models saved by <see cref="Save(string)"/> can be loaded.
         /// </remarks>
         /// <param name="modelPath">Path to the model to load.</param>
         /// <exception cref="ArgumentNullException"><paramref name="modelPath"/> is null.</exception>
@@ -54,7 +54,7 @@ namespace Tizen.Multimedia.Vision
         ///     <paramref name="modelPath"/> is not supported format.
         /// </exception>
         /// <exception cref="UnauthorizedAccessException">No permission to access the specified file.</exception>
-        /// <seealso cref="Save()"/>
+        /// <seealso cref="Save(string)"/>
         /// <since_tizen> 3 </since_tizen>
         public FaceTrackingModel(string modelPath)
         {
index ab4a38de28efbf6584bf92896fb51b516dff60bb..2eabbb5ccf59e3cf127d7f34066d95ddc0fe05de 100755 (executable)
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+using System;
+
 namespace Tizen.Multimedia.Vision
 {
     /// <summary>
@@ -40,7 +42,7 @@ namespace Tizen.Multimedia.Vision
         /// <summary>
         /// Initializes a new instance of the <see cref="ImageFillConfiguration"/> class.
         /// </summary>
-        /// <exception cref="System.NotSupportedException">The feature is not supported.</exception>
+        /// <exception cref="NotSupportedException">The feature is not supported.</exception>
         /// <since_tizen> 3 </since_tizen>
         public ImageFillConfiguration() : base("image_recognition")
         {
index c8d2c700cfaf6dde2058baccd4e50b60ec996794..ab0b6d9b3a68d3dc5c50bea2456b76263496281a 100755 (executable)
@@ -43,7 +43,7 @@ namespace Tizen.Multimedia.Vision
         /// Initializes a new instance of the <see cref="ImageObject"/> class from the specified file.
         /// </summary>
         /// <remarks>
-        /// ImageObject has been saved by <see cref="Save()"/> can be loaded.
+        /// ImageObject has been saved by <see cref="Save(string)"/> can be loaded.
         /// </remarks>
         /// <param name="path">Path to the image object to load.</param>
         /// <exception cref="ArgumentNullException"><paramref name="path"/> is null.</exception>
index 056b3ec3fdccabd7e9a51407d7a1158bfe64cc80..a3b9bec2c1f756983ff55cc34d24b3069dbd8442 100755 (executable)
@@ -43,7 +43,7 @@ namespace Tizen.Multimedia.Vision
         /// Initializes a new instance of the <see cref="ImageTrackingModel"/> class with the specified path.
         /// </summary>
         /// <remarks>
-        /// Model saved by <see cref="Save()"/> can be loaded.
+        /// Model saved by <see cref="Save(string)"/> can be loaded.
         /// </remarks>
         /// <param name="modelPath">Path to the model to load.</param>
         /// <exception cref="ArgumentNullException"><paramref name="modelPath"/> is null.</exception>
@@ -54,7 +54,7 @@ namespace Tizen.Multimedia.Vision
         ///     <paramref name="modelPath"/> is not supported format.
         /// </exception>
         /// <exception cref="UnauthorizedAccessException">No permission to access the specified file.</exception>
-        /// <seealso cref="Save()"/>
+        /// <seealso cref="Save(string)"/>
         /// <since_tizen> 3 </since_tizen>
         public ImageTrackingModel(string modelPath)
         {