Init Tizen 2.2.1
[framework/osp/vision.git] / inc / FUixVisionImageFeatureInfo.h
index d4119e7..e891570 100644 (file)
@@ -33,11 +33,11 @@ namespace Tizen { namespace Uix { namespace Vision
 {
 /**
  * @class    ImageFeatureInfo
- * @brief    This class holds information of individual image feature data in an image feature set.
+ * @brief    This class holds information on the individual image feature data that is present in an image feature set.
  *
  * @since    2.1
  *
- * The %ImageFeatureInfo class holds information of individual image feature data in an image feature set.
+ * The %ImageFeatureInfo class holds information on the individual image feature data that is present in an image feature set.
  *
  * @see      Tizen::Uix::Vision::ImageFeatureManager
  */
@@ -47,58 +47,58 @@ class _OSP_EXPORT_ ImageFeatureInfo
 public:
 
     /**
-     * Gets detail description for feature set.
+     * Gets the detailed description of the feature set.
      *
      * @since       2.1
      *
-     * @return      Detail description for feature set
+     * @return      The detailed description of the feature set
      *
      */
     Tizen::Base::String GetDescription(void) const;
 
     /**
-     * Gets width of thumbnail image.
+     * Gets the width of the thumbnail image.
      *
      * @since       2.1
      *
-     * @return      Thumbnail image width.
+     * @return      The thumbnail image width
      *
      */
     int GetThumbnailWidth(void) const;
 
     /**
-     * Gets height of thumbnail image.
+     * Gets the height of the thumbnail image.
      *
      * @since       2.1
      *
-     * @return      Thumbnail image height.
+     * @return      The thumbnail image height
      *
-     * @exception   E_SUCCESS                The method is successful.
+     * @exception   E_SUCCESS     The method is successful.
      */
     int GetThumbnailHeight(void) const;
 
     /**
-     * Gets the thumbnail image by extracting it.
+     * Gets the thumbnail image through extraction.
      *
      * @since       2.1
      *
-     * @return      A pointer to the Tizen::Base::ByteBuffer instance containing the thumbnail image
+     * @return      A pointer to the Tizen::Base::ByteBuffer instance that contains the thumbnail image
      */
     Tizen::Base::ByteBuffer* GetThumbnailN(void) const;
 
     /**
-     * Compares the calling instance with a specified instance.
+     * Compares the specified instance with the current instance.
      *
      * @since       2.1
      *
-     * @return      @c true if the specified instance of Tizen::Base::Object is equal to the calling %ImageFeatureInfo instance, @n
+     * @return      @c true if the specified instance of Tizen::Base::Object is equal to the current %ImageFeatureInfo instance, @n
      *              else @c false
      * @param[in]   obj               The object to compare
      */
     virtual bool Equals(const Tizen::Base::Object& obj) const;
 
     /**
-     * Gets the hash value of a current instance.
+     * Gets the hash value of the current instance.
      *
      * @since        2.1
      *