Release 4.0.0-preview1-00172
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Content.MediaContent.xml
index 280842d..4fd67b7 100644 (file)
@@ -6,15 +6,15 @@
     <members>\r
         <member name="T:Tizen.Content.MediaContent.Album">\r
             <summary>\r
-            Represents a logical collection grouping of related media info.\r
+            Represents a logical collection grouping of related media information.\r
             </summary>\r
             <seealso cref="T:Tizen.Content.MediaContent.AlbumCommand"/>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Album.Id">\r
             <summary>\r
-            Get the id of the album.\r
+            Gets the ID of the album.\r
             </summary>\r
-            <value>The unique id of the album.</value>\r
+            <value>The unique ID of the album.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Album.Artist">\r
             <summary>\r
@@ -50,7 +50,7 @@
             <summary>\r
             Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.AlbumCommand"/> class with the specified <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/>.\r
             </summary>\r
-            <param name="database">A <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
+            <param name="database">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
             <exception cref="T:System.ArgumentNullException"><paramref name="database"/> is null.</exception>\r
             <exception cref="T:System.ObjectDisposedException"><paramref name="database"/> has already been disposed of.</exception>\r
         </member>\r
@@ -94,9 +94,9 @@
         </member>\r
         <member name="M:Tizen.Content.MediaContent.AlbumCommand.Select(System.Int32)">\r
             <summary>\r
-            Retrieves an album with an album id.\r
+            Retrieves an album with the album ID.\r
             </summary>\r
-            <param name="albumId">The id of the album to query with.</param>\r
+            <param name="albumId">The ID of the album to query with.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Album"/> if <paramref name="albumId"/> exists, otherwise null.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.AlbumCommand.CountMember(System.Int32)">\r
             <summary>\r
-            Retrieves the number of media info that belongs to the album.\r
+            Retrieves the number of media information that belongs to the album.\r
             </summary>\r
-            <param name="albumId">The id of the album to query with.</param>\r
-            <returns>The number of media info.</returns>\r
+            <param name="albumId">The ID of the album to query with.</param>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="albumId"/> is equal to or less than zero.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.AlbumCommand.CountMember(System.Int32,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of media info that belongs to the album with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>..\r
+            Retrieves the number of media information that belongs to the album with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
-            <param name="albumId">The id of the album to count media.</param>\r
+            <param name="albumId">The ID of the album to count media.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
-            <returns>The number of media info.</returns>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="albumId"/> is equal to or less than zero.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.AlbumCommand.SelectMember(System.Int32)">\r
             <summary>\r
-            Retrieves the media info of an album.\r
+            Retrieves the media information of the album.\r
             </summary>\r
-            <param name="albumId">The id of the album to select media.</param>\r
+            <param name="albumId">The ID of the album to select media.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.AlbumCommand.SelectMember(System.Int32,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the media info of an album with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the media information of the album with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
-            <param name="albumId">The id of the album to query with.</param>\r
+            <param name="albumId">The ID of the album to query with.</param>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.AudioInfo">\r
             <summary>\r
-            Represents an audio media information.\r
+            Represents the audio media information.\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.AudioInfo.Album">\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.Bookmark">\r
             <summary>\r
-            Represents a media bookmark that allows you to mark interesting moment\r
-            in media(video and audio) to enable fast searching.\r
+            Represents the media bookmark that allows you to mark an interesting moment\r
+            in media (video and audio) to enable fast searching.\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Bookmark.Id">\r
             <summary>\r
-            Gets the id of the bookmark.\r
+            Gets the ID of the bookmark.\r
             </summary>\r
-            <value>The id of the bookmark.</value>\r
+            <value>The ID of the bookmark.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Bookmark.ThumbnailPath">\r
             <summary>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.BookmarkCommand">\r
             <summary>\r
-            Provides commands to manage bookmarks in database.\r
+            Provides commands to manage bookmarks in the database.\r
             </summary>\r
             <seealso cref="T:Tizen.Content.MediaContent.Bookmark"/>\r
         </member>\r
             <summary>\r
             Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.BookmarkCommand"/> class with the specified <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/>.\r
             </summary>\r
-            <param name="database">A <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
+            <param name="database">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
             <exception cref="T:System.ArgumentNullException"><paramref name="database"/> is null.</exception>\r
             <exception cref="T:System.ObjectDisposedException"><paramref name="database"/> has already been disposed of.</exception>\r
         </member>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.BookmarkCommand.Insert(System.String,System.Int32)">\r
             <summary>\r
-            Inserts new bookmark into the database with the specified media and offset.\r
+            Inserts new bookmark into the database with the specified media and offset.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="mediaId">The media id to be associated with.</param>\r
+            <param name="mediaId">The media ID to be associated with.</param>\r
             <param name="offset">The time offset in milliseconds.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Bookmark"/> instance that contains the record information inserted.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.BookmarkCommand.Insert(System.String,System.Int32,System.String)">\r
             <summary>\r
-            Inserts new bookmark into the database with the specified media id, offset and name.\r
+            Inserts a new bookmark into the database with the specified media ID, offset, and name.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="mediaId">The media id to be associated with.</param>\r
+            <param name="mediaId">The media ID to be associated with.</param>\r
             <param name="offset">The time offset in milliseconds.</param>\r
             <param name="name">The name of the bookmark. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Bookmark"/> instance that contains the record information inserted.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.BookmarkCommand.Insert(System.String,System.Int32,System.String,System.String)">\r
             <summary>\r
-            Inserts new bookmark into the database with the specified media id, offset, name and thumbnail path.\r
+            Inserts a new bookmark into the database with the specified media ID, offset, name, and thumbnail path.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
             <remarks>\r
-            Thumbnail may be useful only when the media is video.\r
+            The thumbnail may be useful only when the media is video.\r
             </remarks>\r
-            <param name="mediaId">The media id to be associated with.</param>\r
+            <param name="mediaId">The media ID to be associated with.</param>\r
             <param name="offset">The time offset in milliseconds.</param>\r
             <param name="name">The name of the bookmark. This value can be null.</param>\r
             <param name="thumbnailPath">The thumbnail path of the bookmark. This value can be null.</param>\r
             Deletes a bookmark from the database.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="bookmarkId">The bookmark id to delete.</param>\r
+            <param name="bookmarkId">The bookmark ID to delete.</param>\r
             <returns>true if the matched record was found and deleted, otherwise false.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoColumns.Id">\r
             <summary>\r
-            Gets the column name for the id of media.\r
+            Gets the column name for the ID of media.\r
             </summary>\r
-            <value>The column name for the id of media.</value>\r
+            <value>The column name for the ID of media.</value>\r
             <remarks>The value type is string.</remarks>\r
             <seealso cref="P:Tizen.Content.MediaContent.MediaInfo.Id"/>\r
         </member>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoColumns.DisplayName">\r
             <summary>\r
-            Gets the column name for display name of media.\r
+            Gets the column name for the display name of media.\r
             </summary>\r
             <value>The column name for the display name of media.</value>\r
             <remarks>The value type is string.</remarks>\r
             <value>The column name for the type of media.</value>\r
             <remarks>\r
             The value type is integer.\r
-            The value should be an integer that is one of <see cref="T:Tizen.Content.MediaContent.MediaType"/> values.\r
+            The value should be an integer that is one of the <see cref="T:Tizen.Content.MediaContent.MediaType"/> values.\r
             </remarks>\r
             <seealso cref="P:Tizen.Content.MediaContent.MediaInfo.MediaType"/>\r
         </member>\r
             <value>The column name for the orientation of media.</value>\r
             <remarks>\r
             The value type is integer.\r
-            The value should be an integer that is one of <see cref="T:Tizen.Content.MediaContent.Orientation"/> values.\r
+            The value should be an integer that is one of the <see cref="T:Tizen.Content.MediaContent.Orientation"/> values.\r
             </remarks>\r
             <seealso cref="T:Tizen.Content.MediaContent.Orientation"/>\r
             <seealso cref="P:Tizen.Content.MediaContent.ImageInfo.Orientation"/>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoColumns.BurstId">\r
             <summary>\r
-            Gets the column name for the burst id of media.\r
+            Gets the column name for the burst ID of media.\r
             </summary>\r
-            <value>The column name for the burst id of media.</value>\r
+            <value>The column name for the burst ID of media.</value>\r
             <remarks>\r
             The value type is string.\r
             </remarks>\r
             </summary>\r
             <value>The column name for the favorite status of media.</value>\r
             <remarks>\r
-            The value type is integer(1 : true, 0 : false).\r
+            The value type is integer (1 : true, 0 : false).\r
             </remarks>\r
             <seealso cref="P:Tizen.Content.MediaContent.MediaInfo.IsFavorite"/>\r
         </member>\r
             </summary>\r
             <value>The column name for the drm of media.</value>\r
             <remarks>\r
-            The value type is integer(1 : true, 0 : false).\r
+            The value type is integer (1 : true, 0 : false).\r
             </remarks>\r
             <seealso cref="P:Tizen.Content.MediaContent.MediaInfo.IsDrm"/>\r
         </member>\r
             <value>The column name for the storage type of media.</value>\r
             <remarks>\r
             The value type is integer.\r
-            The value should be an integer that is one of <see cref="T:Tizen.Content.MediaContent.StorageType"/> values.\r
+            The value should be an integer that is one of the <see cref="T:Tizen.Content.MediaContent.StorageType"/> values.\r
             </remarks>\r
             <seealso cref="P:Tizen.Content.MediaContent.MediaInfo.StorageType"/>\r
         </member>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoColumns.Iso">\r
             <summary>\r
-            Gets the column name for the iso of media.\r
+            Gets the column name for the ISO of media.\r
             </summary>\r
-            <value>The column name for the iso of media.</value>\r
+            <value>The column name for the ISO of media.</value>\r
             <remarks>\r
             The value type is integer.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FolderColumns.Id">\r
             <summary>\r
-            Gets the column name for the id of folder.\r
+            Gets the column name for the ID of folder.\r
             </summary>\r
-            <value>The column name for the id of folder.</value>\r
+            <value>The column name for the ID of folder.</value>\r
             <remarks>\r
             The value type is string.\r
             </remarks>\r
             <value>The column name for the storage type of folder.</value>\r
             <remarks>\r
             The value type is integer.\r
-            The value should be an integer that is one of <see cref="T:Tizen.Content.MediaContent.StorageType"/> values.\r
+            The value should be an integer that is one of the <see cref="T:Tizen.Content.MediaContent.StorageType"/> values.\r
             </remarks>\r
             <seealso cref="P:Tizen.Content.MediaContent.Folder.StorageType"/>\r
         </member>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.PlaylistColumns.Id">\r
             <summary>\r
-            Gets the column name for the id of playlist.\r
+            Gets the column name for the ID of playlist.\r
             </summary>\r
-            <value>The column name for the id of playlist.</value>\r
+            <value>The column name for the ID of playlist.</value>\r
             <remarks>\r
             The value type is integer.\r
             </remarks>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.TagColumns">\r
             <summary>\r
-            Provides the tag column names that can be used for <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Provides the tag column names that can be used for the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <seealso cref="T:Tizen.Content.MediaContent.SelectArguments"/>\r
             <seealso cref="T:Tizen.Content.MediaContent.CountArguments"/>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.TagColumns.Id">\r
             <summary>\r
-            Gets the column name for the id of tag.\r
+            Gets the column name for the ID of tag.\r
             </summary>\r
-            <value>The column name for the id of tag.</value>\r
+            <value>The column name for the ID of tag.</value>\r
             <remarks>\r
             The value type is integer.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.BookmarkColumns.Offset">\r
             <summary>\r
-            Gets the column name for offset of bookmark.\r
+            Gets the column name for the offset of the bookmark.\r
             </summary>\r
-            <value>The column name for the offset of bookmark.</value>\r
+            <value>The column name for the offset of the bookmark.</value>\r
             <remarks>\r
             The value type is integer.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.BookmarkColumns.Id">\r
             <summary>\r
-            Gets the column name for the id of bookmark.\r
+            Gets the column name for the ID of the bookmark.\r
             </summary>\r
-            <value>The column name for the id of bookmark.</value>\r
+            <value>The column name for the ID of the bookmark.</value>\r
             <remarks>\r
             The value type is integer.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.BookmarkColumns.Name">\r
             <summary>\r
-            Gets the column name for the name of bookmark.\r
+            Gets the column name for the name of the bookmark.\r
             </summary>\r
-            <value>The column name for the name of bookmark.</value>\r
+            <value>The column name for the name of the bookmark.</value>\r
             <remarks>\r
             The value type is string.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FaceInfoColumns.Tag">\r
             <summary>\r
-            Gets the column name for the tag of face info.\r
+            Gets the column name for the tag of face information.\r
             </summary>\r
-            <value>The column name for the tag of face info.</value>\r
+            <value>The column name for the tag of face information.</value>\r
             <remarks>\r
             The value type is string.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FaceInfoColumns.Id">\r
             <summary>\r
-            Gets the column name for the id of face info.\r
+            Gets the column name for the ID of face information.\r
             </summary>\r
-            <value>The column name for the id of face info.</value>\r
+            <value>The column name for the ID of face information.</value>\r
             <remarks>\r
             The value type is string.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.StorageColumns.Id">\r
             <summary>\r
-            Gets the column name for the id of storage.\r
+            Gets the column name for the ID of storage.\r
             </summary>\r
-            <value>The column name for the id of storage.</value>\r
+            <value>The column name for the ID of storage.</value>\r
             <remarks>\r
             The value type is string.\r
             </remarks>\r
             <value>The column name for the type of storage.</value>\r
             <remarks>\r
             The value type is integer.\r
-            The value should be an integer that is one of <see cref="T:Tizen.Content.MediaContent.StorageType"/> values.\r
+            The value should be an integer that is one of the <see cref="T:Tizen.Content.MediaContent.StorageType"/> values.\r
             </remarks>\r
             <seealso cref="P:Tizen.Content.MediaContent.Storage.Type"/>\r
         </member>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.StorageType">\r
             <summary>\r
-            Specifies storage types.\r
+            Specifies the storage types.\r
             </summary>\r
         </member>\r
         <member name="F:Tizen.Content.MediaContent.StorageType.Internal">\r
         </member>\r
         <member name="F:Tizen.Content.MediaContent.StorageType.External">\r
             <summary>\r
-            The device's external storage like sd card.\r
+            The device's external storage like SD card.\r
             </summary>\r
         </member>\r
         <member name="F:Tizen.Content.MediaContent.StorageType.ExternalUsb">\r
             <summary>\r
-            The external usb storage.\r
+            The external USB storage.\r
             </summary>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.OperationType">\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.MediaType">\r
             <summary>\r
-            Specifies types of <see cref="T:Tizen.Content.MediaContent.MediaInfo"/>.\r
+            Specifies types of the <see cref="T:Tizen.Content.MediaContent.MediaInfo"/>.\r
             </summary>\r
         </member>\r
         <member name="F:Tizen.Content.MediaContent.MediaType.Image">\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdatedEventArgs.ProcessId">\r
             <summary>\r
-            Gets the process id which triggers the event.\r
+            Gets the process ID which triggers the event.\r
             </summary>\r
-            <value>The process id which triggers the event.</value>\r
+            <value>The process ID which triggers the event.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdatedEventArgs.OperationType">\r
             <summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdatedEventArgs.Id">\r
             <summary>\r
-            Gets the id of the media updated.\r
+            Gets the ID of the media updated.\r
             </summary>\r
-            <value>The id of the media updated.</value>\r
+            <value>The ID of the media updated.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdatedEventArgs.Path">\r
             <summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdatedEventArgs.MimeType">\r
             <summary>\r
-            The mime type of the media updated.\r
+            The MIME type of the media updated.\r
             </summary>\r
-            <value>The mime type of the media updated.</value>\r
+            <value>The MIME type of the media updated.</value>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.FolderUpdatedEventArgs">\r
             <summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FolderUpdatedEventArgs.Id">\r
             <summary>\r
-            Gets the id of the folder updated.\r
+            Gets the ID of the folder updated.\r
             </summary>\r
-            <value>The id of the folder updated.</value>\r
+            <value>The ID of the folder updated.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FolderUpdatedEventArgs.Path">\r
             <summary>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.FaceInfo">\r
             <summary>\r
-            Represents the face information for media.\r
+            Represents the face information for the media.\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FaceInfo.Rect">\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FaceInfo.Id">\r
             <summary>\r
-            Gets the id of face info.\r
+            Gets the ID of face information.\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FaceInfo.MediaInfoId">\r
             <summary>\r
-            Gets the media id that the face info is added.\r
+            Gets the media ID that the face information is added.\r
             </summary>\r
-            <value>The media id that the face info is added.</value>\r
+            <value>The media ID that the face information is added.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FaceInfo.Tag">\r
             <summary>\r
             Gets the tag name.\r
             </summary>\r
-            <value>The tag name of face info.</value>\r
+            <value>The tag name of face information.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.FaceInfo.Orientation">\r
             <summary>\r
-            Gets the orientation of face info.\r
+            Gets the orientation of face information.\r
             </summary>\r
-            <value>The orientation of face info.</value>\r
+            <value>The orientation of face information.</value>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FaceInfo.ToString">\r
             <summary>\r
-            Returns a string representation of the face info.\r
+            Returns a string representation of the face information.\r
             </summary>\r
             <returns>A string representation of the current face info.</returns>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.FaceInfoCommand">\r
             <summary>\r
-            Provides commands to manage face infos in the database.\r
+            Provides commands to manage face information in the database.\r
             </summary>\r
             <seealso cref="T:Tizen.Content.MediaContent.Album"/>\r
         </member>\r
             <summary>\r
             Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.FaceInfoCommand"/> class with the specified <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/>.\r
             </summary>\r
-            <param name="database">A <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
+            <param name="database">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
             <exception cref="T:System.ArgumentNullException"><paramref name="database"/> is null.</exception>\r
             <exception cref="T:System.ObjectDisposedException"><paramref name="database"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FaceInfoCommand.Delete(System.String)">\r
             <summary>\r
-            Deletes a face info from the database.\r
+            Deletes the face information from the database.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="faceInfoId">The face info id to delete.</param>\r
+            <param name="faceInfoId">The face information ID to delete.</param>\r
             <returns>true if the matched record was found and deleted, otherwise false.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FaceInfoCommand.Select">\r
             <summary>\r
-            Retrieves the face info.\r
+            Retrieves the face information.\r
             </summary>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FaceInfoCommand.Select(Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the face info with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the face information with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             Updates a tag with the specified tag.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="faceInfoId">The face info id to update.</param>\r
+            <param name="faceInfoId">The face information ID to update.</param>\r
             <param name="tag">The tag value for update.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>Only values set in <see cref="T:Tizen.Content.MediaContent.PlaylistUpdateValues"/> are updated.</remarks>\r
+            <remarks>Only values set in the <see cref="T:Tizen.Content.MediaContent.PlaylistUpdateValues"/> are updated.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.Folder">\r
             <summary>\r
-            Represents the folder information for media.\r
+            Represents the folder information for the media.\r
             </summary>\r
             <remarks>\r
-            A <see cref="T:Tizen.Content.MediaContent.Folder"/> is used to organize media content files i.e. image, audio, video files,\r
+            The <see cref="T:Tizen.Content.MediaContent.Folder"/> is used to organize media content files, i.e., image, audio, and video files,\r
             in the physical storage of the device.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Folder.Id">\r
             <summary>\r
-            Gets the id of folder.\r
+            Gets the ID of the folder.\r
             </summary>\r
-            <value>The unique id of folder.</value>\r
+            <value>The unique ID of the folder.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Folder.Path">\r
             <summary>\r
-            Gets the path of folder.\r
+            Gets the path of the folder.\r
             </summary>\r
-            <value>The path of folder.</value>\r
+            <value>The path of the folder.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Folder.Name">\r
             <summary>\r
-            Gets the name of folder.\r
+            Gets the name of the folder.\r
             </summary>\r
-            <value>The name of folder.</value>\r
+            <value>The name of the folder.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Folder.StorageType">\r
             <summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Folder.StorageId">\r
             <summary>\r
-            Gets the storage id of the storage that the folder exists.\r
+            Gets the storage ID of the storage that the folder exists.\r
             </summary>\r
-            <value>The storage id of the storage that the folder exists.</value>\r
+            <value>The storage ID of the storage that the folder exists.</value>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.Folder.ToString">\r
             <summary>\r
             <summary>\r
             Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.FolderCommand"/> class with the specified <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/>.\r
             </summary>\r
-            <param name="database">A <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
+            <param name="database">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
             <exception cref="T:System.ArgumentNullException"><paramref name="database"/> is null.</exception>\r
             <exception cref="T:System.ObjectDisposedException"><paramref name="database"/> has already been disposed of.</exception>\r
         </member>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FolderCommand.Count(Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of folders with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of folders with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The number of folders.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FolderCommand.Select(Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the folders with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the folders with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <summary>\r
             Retrieves the folder.\r
             </summary>\r
-            <param name="folderId">The folder id to query with.</param>\r
+            <param name="folderId">The folder ID to query with.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Folder"/> instance if the matched record was found in the database, otherwise null.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FolderCommand.CountMedia(System.String)">\r
             <summary>\r
-            Retrieves the number of media info under the folder.\r
+            Retrieves the number of media information under the folder.\r
             </summary>\r
-            <param name="folderId">The id of the folder to count media in the folder.</param>\r
-            <returns>The number of media info.</returns>\r
+            <param name="folderId">The ID of the folder to count media in the folder.</param>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FolderCommand.CountMedia(System.String,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of media info under the folder with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of media information under the folder with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
-            <param name="folderId">The id of the folder to count media in the folder.</param>\r
+            <param name="folderId">The ID of the folder to count media in the folder.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
-            <returns>The number of media info.</returns>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FolderCommand.SelectMedia(System.String)">\r
             <summary>\r
-            Retrieves the media info under the folder.\r
+            Retrieves the media information under the folder.\r
             </summary>\r
-            <param name="folderId">The id of the folder to select media in the folder.</param>\r
+            <param name="folderId">The ID of the folder to select media in the folder.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.FolderCommand.SelectMedia(System.String,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the media info under the folder with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the media information under the folder with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
-            <param name="folderId">The id of the folder to select media in the folder.</param>\r
+            <param name="folderId">The ID of the folder to select media in the folder.</param>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.ImageInfo.BurstId">\r
             <summary>\r
-            Gets the burst shot id.\r
+            Gets the burst shot ID.\r
             </summary>\r
-            <value>The burst shot id if it is a burst shot, otherwise an empty string.</value>\r
+            <value>The burst shot ID if it is a burst shot, otherwise an empty string.</value>\r
             <seealso cref="P:Tizen.Content.MediaContent.ImageInfo.IsBurstShot"/>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.ImageInfo.ExposureTime">\r
             <summary>\r
-            Gets the exposure time from exif.\r
+            Gets the exposure time from EXIF.\r
             </summary>\r
-            <value>The exposure time from exif.</value>\r
+            <value>The exposure time from EXIF.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.ImageInfo.FNumber">\r
             <summary>\r
-            Gets the FNumber from exif.\r
+            Gets the FNumber from EXIF.\r
             </summary>\r
             <value>The FNumber from exif.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.ImageInfo.Iso">\r
             <summary>\r
-            Gets the iso from exif.\r
+            Gets the ISO from EXIF.\r
             </summary>\r
-            <value>The iso from exif.</value>\r
+            <value>The iso from EXIF.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.ImageInfo.Model">\r
             <summary>\r
-            Gets the model from exif.\r
+            Gets the model from EXIF.\r
             </summary>\r
-            <value>The model from exif.</value>\r
+            <value>The model from EXIF.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.ImageInfo.IsBurstShot">\r
             <summary>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.MediaCommand">\r
             <summary>\r
-            <see cref="T:Tizen.Content.MediaContent.MediaCommand"/> is a base class for command classes.\r
+            The <see cref="T:Tizen.Content.MediaContent.MediaCommand"/> is a base class for command classes.\r
             </summary>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaCommand.#ctor(Tizen.Content.MediaContent.MediaDatabase)">\r
             <summary>\r
             Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.MediaCommand"/> class with the specified <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/>.\r
             </summary>\r
-            <param name="database">A <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
+            <param name="database">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
             <exception cref="T:System.ArgumentNullException"><paramref name="database"/> is null.</exception>\r
             <exception cref="T:System.ObjectDisposedException"><paramref name="database"/> has already been disposed of.</exception>\r
         </member>\r
         </member>\r
         <member name="E:Tizen.Content.MediaContent.MediaDatabase.FolderUpdated">\r
             <summary>\r
-            Occurs when there is a change for folder in the database.\r
+            Occurs when there is a change for the folder in the database.\r
             </summary>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaDatabase.ScanFile(System.String)">\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaDatabase.ScanFolderAsync(System.String)">\r
             <summary>\r
-            Requests to scan a folder, recursively.\r
+            Requests to scan a folder recursively.\r
             </summary>\r
             <remarks>\r
                 If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
             <privilege>http://tizen.org/privilege/mediastorage</privilege>\r
             <privilege>http://tizen.org/privilege/externalstorage</privilege>\r
             <param name="folderPath">The path to scan.</param>\r
-            <param name="recursive">The value indicating if the folder is to recursively scanned.</param>\r
+            <param name="recursive">The value indicating if the folder is to be recursively scanned.</param>\r
             <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.</remarks>\r
             <returns>A task that represents the asynchronous scan operation.</returns>\r
             <exception cref="T:System.InvalidOperationException">The database is not connected.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaDatabase.ScanFolderAsync(System.String,System.Threading.CancellationToken)">\r
             <summary>\r
-            Requests to scan a folder, recursively.\r
+            Requests to scan a folder recursively.\r
             </summary>\r
             <remarks>\r
                 If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaDatabase.ScanFolderAsync(System.String,System.Boolean,System.Threading.CancellationToken)">\r
             <summary>\r
-            Requests to scan a folder, recursively.\r
+            Requests to scan a folder recursively.\r
             </summary>\r
             <remarks>\r
                 If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
             <privilege>http://tizen.org/privilege/mediastorage</privilege>\r
             <privilege>http://tizen.org/privilege/externalstorage</privilege>\r
             <param name="folderPath">The path to scan.</param>\r
-            <param name="recursive">The value indicating if the folder is to recursively scanned.</param>\r
+            <param name="recursive">The value indicating if the folder is to be recursively scanned.</param>\r
             <param name="cancellationToken">The token to stop scanning.</param>\r
             <remarks>Folders that contains a file named ".scan_ignore" will not be scanned.</remarks>\r
             <returns>A task that represents the asynchronous scan operation.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaDatabase.Dispose">\r
             <summary>\r
-            Releases all resources.\r
+            Releases all the resources.\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaDatabase.IsDisposed">\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.MediaDatabaseError">\r
             <summary>\r
-            Specifies database errors.\r
+            Specifies the database errors.\r
             </summary>\r
         </member>\r
         <member name="F:Tizen.Content.MediaContent.MediaDatabaseError.OperationFailed">\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.MediaDatabaseException">\r
             <summary>\r
-            The exception that is thrown when an database operation failed.\r
+            The exception that is thrown when a database operation failed.\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaDatabaseException.Error">\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfo.Id">\r
             <summary>\r
-            Gets the id of media.\r
+            Gets the ID of media.\r
             </summary>\r
-            <value>The unique id of media.</value>\r
+            <value>The unique ID of media.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfo.Path">\r
             <summary>\r
             Gets the timeline of media.\r
             </summary>\r
             <value>\r
-            The creation date if the file has the creation information (like recorded date or Image creation date),\r
+            The creation date if the file has the creation information (like recorded date or image creation date),\r
             otherwise the modified date.\r
             </value>\r
         </member>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfo.StorageId">\r
             <summary>\r
-            Gets the storage id of the storage that the media is stored on.\r
+            Gets the storage ID of the storage that the media is stored on.\r
             </summary>\r
-            <value>The storage id of the storage that the media is stored on.</value>\r
+            <value>The storage ID of the storage that the media is stored on.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfo.IsDrm">\r
             <summary>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfo.ToString">\r
             <summary>\r
-            Returns a string representation of the media info.\r
+            Returns a string representation of the media information.\r
             </summary>\r
-            <returns>A string representation of the current media info.</returns>\r
+            <returns>A string representation of the current media information.</returns>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.MediaInfoColumnKey">\r
             <summary>\r
-            Specifies group keys for <see cref="T:Tizen.Content.MediaContent.MediaInfo"/>.\r
+            Specifies the group keys for <see cref="T:Tizen.Content.MediaContent.MediaInfo"/>.\r
             </summary>\r
         </member>\r
         <member name="F:Tizen.Content.MediaContent.MediaInfoColumnKey.DisplayName">\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.MediaInfoCommand">\r
             <summary>\r
-            Provides commands to manage media info and query related items in the database.\r
+            Provides commands to manage the media information and query related items in the database.\r
             </summary>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.#ctor(Tizen.Content.MediaContent.MediaDatabase)">\r
             <summary>\r
             Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.FolderCommand"/> class with the specified <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/>.\r
             </summary>\r
-            <param name="database">A <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
+            <param name="database">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
             <exception cref="T:System.ArgumentNullException"><paramref name="database"/> is null.</exception>\r
             <exception cref="T:System.ObjectDisposedException"><paramref name="database"/> has already been disposed of.</exception>\r
         </member>\r
             <summary>\r
             Retrieves the number of the bookmarks added to the media.\r
             </summary>\r
-            <param name="mediaId">The media id to count bookmarks added to the media.</param>\r
-            <returns>The number of bookmarks.</returns>\r
+            <param name="mediaId">The media ID to count the bookmarks added to the media.</param>\r
+            <returns>The number of the bookmarks.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CountBookmark(System.String,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of the bookmarks added to the media with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of the bookmarks added to the media with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
-            <param name="mediaId">The media id to count bookmarks added to the media.</param>\r
+            <param name="mediaId">The media ID to count the bookmarks added to the media.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
-            <returns>The number of bookmarks.</returns>\r
+            <returns>The number of the bookmarks.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
             <summary>\r
             Retrieves the bookmarks added to the media.\r
             </summary>\r
-            <param name="mediaId">The media id to select bookmarks added to the media.</param>\r
+            <param name="mediaId">The media ID to select the bookmarks added to the media.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.SelectBookmark(System.String,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the bookmarks added to the media with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the bookmarks added to the media with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
-            <param name="mediaId">The media id to select bookmarks added to the media.</param>\r
+            <param name="mediaId">The media ID to select the bookmarks added to the media.</param>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CountFaceInfo(System.String)">\r
             <summary>\r
-            Retrieves the number of the face info added to or detected from the media.\r
+            Retrieves the number of the face information added to or detected from the media.\r
             </summary>\r
-            <param name="mediaId">The media id to count face info added to the media.</param>\r
-            <returns>The number of face info.</returns>\r
+            <param name="mediaId">The media ID to count face information added to the media.</param>\r
+            <returns>The number of the face information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CountFaceInfo(System.String,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of the face info added to or detected from the media with filter.\r
+            Retrieves the number of the face information added to or detected from the media with filter.\r
             </summary>\r
-            <param name="mediaId">The media id to count face info added to the media.</param>\r
+            <param name="mediaId">The media ID to count the face information added to the media.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
-            <returns>The number of face info.</returns>\r
+            <returns>The number of the face information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.SelectFaceInfo(System.String)">\r
             <summary>\r
-            Retrieves the face info added to or detected from the media.\r
+            Retrieves the face information added to or detected from the media.\r
             </summary>\r
-            <param name="mediaId">The media id to select face info added to the media.</param>\r
+            <param name="mediaId">The media ID to select face information added to the media.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.SelectFaceInfo(System.String,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the face info added to or detected from the media with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the face information added to or detected from the media with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
-            <param name="mediaId">The media id to select face info added to the media.</param>\r
+            <param name="mediaId">The media ID to select the face information added to the media.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             Retrieves the number of tags that the media has.\r
             </summary>\r
             <returns>The number of tags.</returns>\r
-            <param name="mediaId">The media id to count tags added to the media.</param>\r
+            <param name="mediaId">The media ID to count tags added to the media.</param>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CountTag(System.String,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of tags that the media has with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of tags that the media has with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
-            <param name="mediaId">The media id to count tags added to the media.</param>\r
+            <param name="mediaId">The media ID to count tags added to the media.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The number of tags.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <summary>\r
             Retrieves the tags that the media has.\r
             </summary>\r
-            <param name="mediaId">The media id to select tags added to the media.</param>\r
+            <param name="mediaId">The media ID to select tags added to the media.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.SelectTag(System.String,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the tags that the media has with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the tags that the media has with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
-            <param name="mediaId">The media id to select tags added to the media.</param>\r
+            <param name="mediaId">The media ID to select tags added to the media.</param>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CountMedia">\r
             <summary>\r
-            Retrieves the number of the media info.\r
+            Retrieves the number of the media information.\r
             </summary>\r
-            <returns>The number of media info.</returns>\r
+            <returns>The number of the media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CountMedia(Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of the media info with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the number of the media information with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
-            <returns>The number of media info.</returns>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
             <summary>\r
             Retrieves the media.\r
             </summary>\r
-            <param name="mediaId">The media id to retrieve.</param>\r
+            <param name="mediaId">The media ID to retrieve.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaInfo"/> instance if the matched record was found in the database, otherwise null.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CountGroupBy(Tizen.Content.MediaContent.MediaInfoColumnKey)">\r
             <summary>\r
-            Retrieves the number of values grouped by the specified column with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the number of values grouped by the specified column with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="columnKey">The column key.</param>\r
             <returns>The number of groups.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CountGroupBy(Tizen.Content.MediaContent.MediaInfoColumnKey,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of values grouped by the specified column with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the number of values grouped by the specified column with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="columnKey">The column key.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.SelectGroupBy(Tizen.Content.MediaContent.MediaInfoColumnKey,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the group values of the specified column. with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the group values of the specified column with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="columnKey">The column key.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.SelectMedia(Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the media with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the media with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.Delete(System.String)">\r
             <summary>\r
-            Deletes a media from the database.\r
+            Deletes the media from the database.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="mediaId">The media id to delete.</param>\r
+            <param name="mediaId">The media ID to delete.</param>\r
             <returns>true if the matched record was found and deleted, otherwise false.</returns>\r
-            <remarks><see cref="M:Tizen.Content.MediaContent.MediaDatabase.ScanFile(System.String)"/> or <see cref="M:Tizen.Content.MediaContent.MediaDatabase.ScanFolderAsync(System.String)"/> can be used instead.</remarks>\r
+            <remarks>The <see cref="M:Tizen.Content.MediaContent.MediaDatabase.ScanFile(System.String)"/> or the <see cref="M:Tizen.Content.MediaContent.MediaDatabase.ScanFolderAsync(System.String)"/> can be used instead.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.Add(System.String)">\r
             <summary>\r
-            Adds media to the database.\r
+            Adds the media to the database.\r
             </summary>\r
             <param name="path">The file path to add.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaInfo"/> instance that contains the record information in the database.</returns>\r
             <remarks>\r
-                If the media already exists in the database, it returns existing information.\n\r
+                If the media already exists in the database, it returns the existing information.\n\r
                 \n\r
-                <see cref="M:Tizen.Content.MediaContent.MediaDatabase.ScanFile(System.String)"/> or <see cref="M:Tizen.Content.MediaContent.MediaDatabase.ScanFolderAsync(System.String)"/> can be used instead.\n\r
+                The <see cref="M:Tizen.Content.MediaContent.MediaDatabase.ScanFile(System.String)"/> or the <see cref="M:Tizen.Content.MediaContent.MediaDatabase.ScanFolderAsync(System.String)"/> can be used instead.\n\r
                 \n\r
                 If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
                 If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage.\r
             <exception cref="T:System.ArgumentException">\r
                 <paramref name="paths"/> contains null.\n\r
                 -or-\n\r
-                <paramref name="paths"/> contains invalid path.\n\r
+                <paramref name="paths"/> contains the invalid path.\n\r
                 -or-\n\r
                 The number of <paramref name="paths"/> is 300 or more items.\r
             </exception>\r
             <exception cref="T:System.ArgumentException">\r
                 <paramref name="paths"/> contains null.\n\r
                 -or-\n\r
-                <paramref name="paths"/> contains invalid path.\n\r
+                <paramref name="paths"/> contains the invalid path.\n\r
                 -or-\n\r
                 The number of <paramref name="paths"/> is 300 or more items.\r
             </exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.Update(System.String,Tizen.Content.MediaContent.MediaInfoUpdateValues)">\r
             <summary>\r
-            Updates a media with the specified values.\r
+            Updates the media with the specified values.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="mediaId">The media id to update.</param>\r
+            <param name="mediaId">The media ID to update.</param>\r
             <param name="values">The values for update.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>Only values set in <see cref="T:Tizen.Content.MediaContent.MediaInfoUpdateValues"/> are updated.</remarks>\r
+            <remarks>Only values set in the <see cref="T:Tizen.Content.MediaContent.MediaInfoUpdateValues"/> are updated.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
             <privilege>http://tizen.org/privilege/mediastorage</privilege>\r
             <privilege>http://tizen.org/privilege/externalstorage</privilege>\r
-            <param name="mediaId">The media id to move.</param>\r
+            <param name="mediaId">The media ID to move.</param>\r
             <param name="newPath">The path that the media has been moved to.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
             <remarks>\r
-                Usually, it is used after the media file is moved to another path.\n\r
+                Usually, it is used after the media file is moved to the another path.\n\r
                 \n\r
                 If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
                 If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage.\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CreateThumbnailAsync(System.String)">\r
             <summary>\r
-            Creates a thumbnail image for the given media.\r
-            If a thumbnail already exists for the given media, the existing path will be returned.\r
+            Creates the thumbnail image for the given media.\r
+            If the thumbnail already exists for the given media, the existing path will be returned.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="mediaId">The media id to create thumbnail.</param>\r
+            <param name="mediaId">The media ID to create the thumbnail.</param>\r
             <returns>A task that represents the asynchronous operation. The task result contains the thumbnail path.</returns>\r
             <exception cref="T:System.InvalidOperationException">\r
                 The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.\n\r
             </exception>\r
             <exception cref="T:System.IO.FileNotFoundException">The file of the media does not exists; moved or deleted.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.UnsupportedContentException">\r
-                Thumbnail is not available for the given media.\n\r
+                The thumbnail is not available for the given media.\n\r
                 -or-\n\r
-                The media is in external usb storage(<see cref="P:Tizen.Content.MediaContent.MediaInfo.StorageType"/> is <see cref="F:Tizen.Content.MediaContent.StorageType.ExternalUsb"/>).\r
+                The media is in the external USB storage (<see cref="P:Tizen.Content.MediaContent.MediaInfo.StorageType"/> is <see cref="F:Tizen.Content.MediaContent.StorageType.ExternalUsb"/>).\r
             </exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.CreateThumbnailAsync(System.String,System.Threading.CancellationToken)">\r
             <summary>\r
-            Creates a thumbnail image for the given media.\r
-            If a thumbnail already exists for the given media, the existing path will be returned.\r
+            Creates the thumbnail image for the given media.\r
+            If the thumbnail already exists for the given media, the existing path will be returned.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="mediaId">The media id to create thumbnail.</param>\r
+            <param name="mediaId">The media ID to create the thumbnail.</param>\r
             <param name="cancellationToken">The token to cancel the operation.</param>\r
             <returns>A task that represents the asynchronous operation. The task result contains the thumbnail path.</returns>\r
             <exception cref="T:System.InvalidOperationException">\r
             </exception>\r
             <exception cref="T:System.IO.FileNotFoundException">The file of the media does not exists; moved or deleted.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.UnsupportedContentException">\r
-                Thumbnail is not available for the given media.\n\r
+                The thumbnail is not available for the given media.\n\r
                 -or-\n\r
-                The media is in external usb storage(<see cref="P:Tizen.Content.MediaContent.MediaInfo.StorageType"/> is <see cref="F:Tizen.Content.MediaContent.StorageType.ExternalUsb"/>).\r
+                The media is in the external USB storage (<see cref="P:Tizen.Content.MediaContent.MediaInfo.StorageType"/> is <see cref="F:Tizen.Content.MediaContent.StorageType.ExternalUsb"/>).\r
             </exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.DetectFaceAsync(System.String)">\r
             <summary>\r
             Detects faces from the given media.\r
-            If a thumbnail already exists for the given media, the existing path will be returned.\r
+            If the thumbnail already exists for the given media, the existing path will be returned.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
             <feature>http://tizen.org/feature/vision.face_recognition</feature>\r
-            <param name="mediaId">The media id to create thumbnail.</param>\r
+            <param name="mediaId">The media ID to create the thumbnail.</param>\r
             <returns>A task that represents the asynchronous add operation. The task result contains the number of faces detected.</returns>\r
             <exception cref="T:System.InvalidOperationException">\r
                 The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.\n\r
                 <paramref name="mediaId"/> is a zero-length string, contains only white space.\r
             </exception>\r
             <exception cref="T:System.IO.FileNotFoundException">The file of the media does not exists; moved or deleted.</exception>\r
-            <exception cref="T:Tizen.Content.MediaContent.UnsupportedContentException">Feace detection is not available for the given media.</exception>\r
+            <exception cref="T:Tizen.Content.MediaContent.UnsupportedContentException">Face detection is not available for the given media.</exception>\r
             <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
             <exception cref="T:System.UnauthorizedAccessException">The caller has no required privilege.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.MediaInfoCommand.DetectFaceAsync(System.String,System.Threading.CancellationToken)">\r
             <summary>\r
-            Creates a thumbnail image for the given media.\r
-            If a thumbnail already exists for the given media, the existing path will be returned.\r
+            Creates the thumbnail image for the given media.\r
+            If the thumbnail already exists for the given media, the existing path will be returned.\r
             </summary>\r
             <remarks>\r
-                Media in external storage is not supported, with the exception of MMC.\r
+                Media in the external storage is not supported, with the exception of MMC.\r
             </remarks>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
             <feature>http://tizen.org/feature/vision.face_recognition</feature>\r
-            <param name="mediaId">The media id to create thumbnail.</param>\r
+            <param name="mediaId">The media ID to create the thumbnail.</param>\r
             <param name="cancellationToken">The token to cancel the operation.</param>\r
             <returns>A task that represents the asynchronous operation. The task result contains the number of faces detected.</returns>\r
             <exception cref="T:System.InvalidOperationException">\r
             <exception cref="T:Tizen.Content.MediaContent.UnsupportedContentException">\r
                 Face detection is not available for the given media.\n\r
                 -or-\n\r
-                The media is in external usb storage(<see cref="P:Tizen.Content.MediaContent.MediaInfo.StorageType"/> is <see cref="F:Tizen.Content.MediaContent.StorageType.ExternalUsb"/>).\r
+                The media is in the external USB storage (<see cref="P:Tizen.Content.MediaContent.MediaInfo.StorageType"/> is <see cref="F:Tizen.Content.MediaContent.StorageType.ExternalUsb"/>).\r
             </exception>\r
             <exception cref="T:System.NotSupportedException">The required feature is not supported.</exception>\r
         </member>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdateValues.Weather">\r
             <summary>\r
-            Gets or sets the weather information for update.\r
+            Gets or sets the weather information for an update.\r
             </summary>\r
             <remarks>If the value is null, the update operation will have no effect on the field.</remarks>\r
             <value>A string for weather; the field will not be updated if null.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdateValues.IsFavorite">\r
             <summary>\r
-            Gets or sets the favorite status for update.\r
+            Gets or sets the favorite status for an update.\r
             </summary>\r
             <remarks>If the value is null, the update operation will have no effect on the field.</remarks>\r
             <value>A value indicating whether the media is favorite; the field will not be updated if null.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdateValues.Provider">\r
             <summary>\r
-            Gets or sets the provider information for update.\r
+            Gets or sets the provider information for an update.\r
             </summary>\r
             <remarks>If the value is null, the update operation will have no effect on the field.</remarks>\r
             <value>A string for provider; the field will not be updated if null.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdateValues.Category">\r
             <summary>\r
-            Gets or sets the category information for update.\r
+            Gets or sets the category information for an update.\r
             </summary>\r
             <remarks>If the value is null, the update operation will have no effect on the field.</remarks>\r
             <value>A string for category; the field will not be updated if null.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdateValues.LocationTag">\r
             <summary>\r
-            Gets or sets the location tag for update.\r
+            Gets or sets the location tag for an update.\r
             </summary>\r
             <remarks>If the value is null, the update operation will have no effect on the field.</remarks>\r
             <value>A string for location tag; the field will not be updated if null.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.MediaInfoUpdateValues.AgeRating">\r
             <summary>\r
-            Gets or sets the age rating information for update.\r
+            Gets or sets the age rating information for an update.\r
             </summary>\r
             <remarks>If the value is null, the update operation will have no effect on the field.</remarks>\r
             <value>A string for age rating; the field will not be updated if null.</value>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.Playlist">\r
             <summary>\r
-            Represents a playlist that is a group of media(usually songs).\r
+            Represents the playlist that is a group of media (usually songs).\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Playlist.Id">\r
             <summary>\r
             Gets the ID of the playlist.\r
             </summary>\r
-            <value>The unique id of the playlist.</value>\r
+            <value>The unique ID of the playlist.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Playlist.Name">\r
             <summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.PlaylistUpdateValues.Name">\r
             <summary>\r
-            Gets or sets the name of playlist for update.\r
+            Gets or sets the name of the playlist for an update.\r
             </summary>\r
             <remarks>If the value is null, the update operation will have no effect on the field.</remarks>\r
             <value>A string for name; the field will not be updated if null.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.PlaylistUpdateValues.ThumbnailPath">\r
             <summary>\r
-            Gets or sets the thumbnail path of playlist for update.\r
+            Gets or sets the thumbnail path of the playlist for an update.\r
             </summary>\r
             <remarks>If the value is null, the update operation will have no effect on the field.</remarks>\r
-            <value>A string for thumbnail path; the field will not be updated if null.</value>\r
+            <value>A string for the thumbnail path; the field will not be updated if null.</value>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.PlayOrder">\r
             <summary>\r
-            Represents an order of a member of a playlist.\r
+            Represents an order of a member of the playlist.\r
             </summary>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlayOrder.#ctor(System.Int32,System.Int32)">\r
             <summary>\r
-            Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.Playlist"/> class with the specified member id and order value.\r
+            Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.Playlist"/> class with the specified member ID and the order value.\r
             </summary>\r
-            <param name="memberId">The id of member.</param>\r
+            <param name="memberId">The ID of the member.</param>\r
             <param name="orderValue">The order value.</param>\r
             <exception cref="T:System.ArgumentOutOfRangeException">\r
                 <paramref name="memberId"/> is less than or equal to zero.\n\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.PlayOrder.MemberId">\r
             <summary>\r
-            Gets or sets the member id.\r
+            Gets or sets the member ID.\r
             </summary>\r
-            <value>The member id.</value>\r
+            <value>The member ID.</value>\r
             <exception cref="T:System.ArgumentOutOfRangeException">\r
             <paramref name="value"/> is less than or equal to zero.\r
             </exception>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.PlayOrder.Value">\r
             <summary>\r
-            Gets or sets the value indicating the order of the member in a playlist.\r
+            Gets or sets the value indicating the order of the member in the playlist.\r
             </summary>\r
-            <value>A integer value indicating the order of the member in a playlist.</value>\r
+            <value>An integer value indicating the order of the member in the playlist.</value>\r
             <exception cref="T:System.ArgumentOutOfRangeException">\r
                 <paramref name="value"/> is less than zero.\r
             </exception>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.PlaylistCommand">\r
             <summary>\r
-            Provides commands to manage playlists in the database.\r
+            Provides the commands to manage playlists in the database.\r
             </summary>\r
             <seealso cref="T:Tizen.Content.MediaContent.Playlist"/>\r
         </member>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.Count(Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of playlists with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of playlists with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The number of playlists.</returns>\r
             <summary>\r
             Retrieves the play order of the member.\r
             </summary>\r
-            <param name="playlistId">The playlist id.</param>\r
-            <param name="memberId">The member id of the playlist.</param>\r
+            <param name="playlistId">The playlist ID.</param>\r
+            <param name="memberId">The member ID of the playlist.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             Deletes a playlist from the database.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="playlistId">The playlist id to delete.</param>\r
+            <param name="playlistId">The playlist ID to delete.</param>\r
             <returns>true if the matched record was found and deleted, otherwise false.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.InsertFromFile(System.String,System.String)">\r
             <summary>\r
-            Inserts a playlist into the database from the specified m3u file.\r
+            Inserts the playlist into the database from the specified M3U file.\r
             </summary>\r
             <remarks>\r
-                If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
-                If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage.\r
+                If you want to access an internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
+                If you want to access an external storage, you should add privilege http://tizen.org/privilege/externalstorage.\r
             </remarks>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
             <privilege>http://tizen.org/privilege/mediastorage</privilege>\r
             <privilege>http://tizen.org/privilege/externalstorage</privilege>\r
-            <param name="name">The name of playlist.</param>\r
-            <param name="path">The path to a m3u file to import.</param>\r
+            <param name="name">The name of the playlist.</param>\r
+            <param name="path">The path to a M3U file to import.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Playlist"/> instance that contains the record information inserted.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.ExportToFile(System.Int32,System.String)">\r
             <summary>\r
-            Exports a playlist to a m3u file.\r
+            Exports the playlist to a M3U file.\r
             </summary>\r
             <remarks>\r
                 If the file already exists in the file system, then it will be overwritten.\n\r
                 \n\r
-                If you want to access internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
-                If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage.\r
+                If you want to access an internal storage, you should add privilege http://tizen.org/privilege/mediastorage.\n\r
+                If you want to access an external storage, you should add privilege http://tizen.org/privilege/externalstorage.\r
             </remarks>\r
             <privilege>http://tizen.org/privilege/mediastorage</privilege>\r
             <privilege>http://tizen.org/privilege/externalstorage</privilege>\r
-            <param name="playlistId">The playlist id to export.</param>\r
-            <param name="path">The path to a m3u file.</param>\r
+            <param name="playlistId">The playlist ID to export.</param>\r
+            <param name="path">The path to a M3U file.</param>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.Insert(System.String)">\r
             <summary>\r
-            Inserts a playlist into the database with the specified name.\r
+            Inserts the playlist into the database with the specified name.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="name">The name of playlist.</param>\r
+            <param name="name">The name of the playlist.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Playlist"/> instance that contains the record information inserted.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.Insert(System.String,System.String)">\r
             <summary>\r
-            Inserts a playlist into the database with the specified name and thumbnail path.\r
+            Inserts the playlist into the database with the specified name and the thumbnail path.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="name">The name of playlist.</param>\r
-            <param name="thumbnailPath">The path of thumbnail for playlist. This value can be null.</param>\r
+            <param name="name">The name of the playlist.</param>\r
+            <param name="thumbnailPath">The path of the thumbnail for the playlist. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Playlist"/> instance that contains the record information inserted.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.Select(Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the playlists with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the playlists with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.Select(System.Int32)">\r
             <summary>\r
-            Retrieves the playlist with the specified playlist id.\r
+            Retrieves the playlist with the specified playlist ID.\r
             </summary>\r
-            <param name="playlistId">The playlist id to select.</param>\r
+            <param name="playlistId">The playlist ID to select.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Playlist"/> instance if the matched record was found in the database, otherwise null.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.CountMember(System.Int32)">\r
             <summary>\r
-            Retrieves the number of media info of the playlist.\r
+            Retrieves the number of media information of the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id to count media added to the playlist.</param>\r
-            <returns>The number of media info.</returns>\r
+            <param name="playlistId">The playlist ID to count media added to the playlist.</param>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.CountMember(System.Int32,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of media info of the playlist with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of media information of the playlist with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
-            <param name="playlistId">The playlist id to count media added to the playlist.</param>\r
+            <param name="playlistId">The playlist ID to count the media added to the playlist.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
-            <returns>The number of media info.</returns>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.GetMemberId(System.Int32,System.String)">\r
             <summary>\r
-            Retrieves the member id of the media in the playlist.\r
+            Retrieves the member ID of the media in the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id.</param>\r
-            <param name="mediaId">The media id.</param>\r
-            <returns>The member id if the member was found in the playlist, otherwise -1.</returns>\r
+            <param name="playlistId">The playlist ID.</param>\r
+            <param name="mediaId">The media ID.</param>\r
+            <returns>The member ID if the member was found in the playlist, otherwise -1.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.SelectMember(System.Int32)">\r
             <summary>\r
-            Retrieves the media info of the playlist.\r
+            Retrieves the media information of the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id to query with.</param>\r
+            <param name="playlistId">The playlist ID to query with.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.SelectMember(System.Int32,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the media info of the playlist with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the media information of the playlist with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
-            <param name="playlistId">The playlist id to query with.</param>\r
+            <param name="playlistId">The playlist ID to query with.</param>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.Update(System.Int32,Tizen.Content.MediaContent.PlaylistUpdateValues)">\r
             <summary>\r
-            Updates a playlist with the specified values.\r
+            Updates the playlist with the specified values.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="playlistId">The playlist id to update.</param>\r
-            <param name="values">The values for update.</param>\r
+            <param name="playlistId">The playlist ID to update.</param>\r
+            <param name="values">The values for the update.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>Only values set in <see cref="T:Tizen.Content.MediaContent.PlaylistUpdateValues"/> are updated.</remarks>\r
+            <remarks>Only values set in the <see cref="T:Tizen.Content.MediaContent.PlaylistUpdateValues"/> are updated.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.AddMember(System.Int32,System.String)">\r
             <summary>\r
-            Adds media to a playlist.\r
+            Adds the media to the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id that the media will be added to.</param>\r
-            <param name="mediaId">The media id to add to the playlist.</param>\r
+            <param name="playlistId">The playlist ID that the media will be added to.</param>\r
+            <param name="mediaId">The media ID to add to the playlist.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>The invalid media id will be ignored.</remarks>\r
+            <remarks>The invalid media ID will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.AddMembers(System.Int32,System.Collections.Generic.IEnumerable{System.String})">\r
             <summary>\r
-            Adds a media set to a playlist.\r
+            Adds the media set to the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id that the media will be added to.</param>\r
-            <param name="mediaIds">The collection of media id to add to the playlist.</param>\r
+            <param name="playlistId">The playlist ID that the media will be added to.</param>\r
+            <param name="mediaIds">The collection of media ID to add to the playlist.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>The invalid media ids will be ignored.</remarks>\r
+            <remarks>The invalid media IDs will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.RemoveMember(System.Int32,System.Int32)">\r
             <summary>\r
-            Removes a member from a playlist.\r
+            Removes a member from the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id.</param>\r
-            <param name="memberId">The member id to be removed.</param>\r
+            <param name="playlistId">The playlist ID.</param>\r
+            <param name="memberId">The member ID to be removed.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>The invalid id will be ignored.</remarks>\r
+            <remarks>The invalid ID will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.RemoveMembers(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})">\r
             <summary>\r
-            Removes a media set from a playlist.\r
+            Removes a media set from the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id.</param>\r
-            <param name="memberIds">The collection of member id to remove from to the playlist.</param>\r
+            <param name="playlistId">The playlist ID.</param>\r
+            <param name="memberIds">The collection of member ID to remove from to the playlist.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>The invalid ids will be ignored.</remarks>\r
+            <remarks>The invalid IDs will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.UpdatePlayOrder(System.Int32,Tizen.Content.MediaContent.PlayOrder)">\r
             <summary>\r
-            Updates a play order of a playlist.\r
+            Updates a play order of the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id.</param>\r
+            <param name="playlistId">The playlist ID.</param>\r
             <param name="playOrder">The <see cref="T:Tizen.Content.MediaContent.PlayOrder"/> to apply.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
             <remarks>The <see cref="P:Tizen.Content.MediaContent.PlayOrder.MemberId"/> that is invalid will be ignored.</remarks>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.PlaylistCommand.UpdatePlayOrders(System.Int32,System.Collections.Generic.IEnumerable{Tizen.Content.MediaContent.PlayOrder})">\r
             <summary>\r
-            Updates play orders of a playlist.\r
+            Updates play orders of the playlist.\r
             </summary>\r
-            <param name="playlistId">The playlist id.</param>\r
-            <param name="orders">The collection of <see cref="T:Tizen.Content.MediaContent.PlayOrder"/> to apply.</param>\r
+            <param name="playlistId">The playlist ID.</param>\r
+            <param name="orders">The collection of the <see cref="T:Tizen.Content.MediaContent.PlayOrder"/> to apply.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
             <remarks>The <see cref="P:Tizen.Content.MediaContent.PlayOrder.MemberId"/> that is invalid will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.PlaylistMember">\r
             <summary>\r
-            Represents a member of <see cref="T:Tizen.Content.MediaContent.Playlist"/>.\r
+            Represents a member of the <see cref="T:Tizen.Content.MediaContent.Playlist"/>.\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.PlaylistMember.MemberId">\r
             <summary>\r
-            Gets the member id.\r
+            Gets the member ID.\r
             </summary>\r
-            <value>The member id of playlist.</value>\r
+            <value>The member ID of the playlist.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.PlaylistMember.MediaInfo">\r
             <summary>\r
-            Gets the media info of the member.\r
+            Gets the media information of the member.\r
             </summary>\r
             <value>The <see cref="P:Tizen.Content.MediaContent.PlaylistMember.MediaInfo"/> of the member.</value>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.QueryArguments">\r
             <summary>\r
-            Base class for query arguments.\r
+            The Base class for query arguments.\r
             </summary>\r
             <remarks>\r
-            A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist\r
-            and MediaInfo on basis of details like limit, order and condition.\r
+            A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist,\r
+            and MediaInfo on the basis of details like limit, order, and condition.\r
             </remarks>\r
         </member>\r
         <!-- "P:Tizen.Content.MediaContent.QueryArguments.FilterExpression" 멤버에 대해 잘못된 형식의 XML 주석은 무시됩니다. -->\r
         <member name="P:Tizen.Content.MediaContent.QueryArguments.StorageId">\r
             <summary>\r
-            Gets or sets the storage id for the given filter.\r
+            Gets or sets the storage ID for the given filter.\r
             You can use this property when you want to search items only in the specific storage.\r
             </summary>\r
-            <value>The storage id to restrict storage to search, or null for all storages.</value>\r
+            <value>The storage ID to restrict storage to search, or null for all storages.</value>\r
             <exception cref="T:System.ArgumentException"><paramref name="value"/> is a zero-length string, contains only white space.</exception>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.SelectArguments">\r
             Provides the ability to filter the result of a Select command.\r
             </summary>\r
             <remarks>\r
-            A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist\r
+            A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist,\r
             and MediaInfo.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.SelectArguments.StartRowIndex">\r
             <summary>\r
-            Gets or sets the starting row position of a query(starting from zero).\r
+            Gets or sets the starting row position of a query (starting from zero).\r
             </summary>\r
             <value>An integer value that indicates the starting row position of a query.</value>\r
             <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="value"/> is less than zero.\n</exception>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.CountArguments">\r
             <summary>\r
-            Provides the ability to filter the result of a Count command.\r
+            Provides the ability to filter the result of the Count command.\r
             </summary>\r
             <remarks>\r
-            A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist\r
+            A filter is required for filtering information associated with Album, Folder, Tag, Bookmark, Playlist,\r
             and MediaInfo.\r
             </remarks>\r
         </member>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.Rectangle">\r
             <summary>\r
-            Represents location of the object bounded by rectangle defined by\r
-            coordinates of top left corner, width and height.\r
+            Represents the location of the object bounded by the rectangle defined by\r
+            coordinates of top left corner, width, and height.\r
             </summary>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.Rectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">\r
             <summary>\r
-            Initializes a new instance of the Rectangle with the specified values.\r
+            Initializes a new instance of the rectangle with the specified values.\r
             </summary>\r
             <param name="x">The x-coordinate of the upper-left corner of the rectangle.</param>\r
             <param name="y">The y-coordinate of the upper-left corner of the rectangle.</param>\r
-            <param name="width">The Width of the rectangle.</param>\r
-            <param name="height">The Height of the rectangle.</param>\r
+            <param name="width">The width of the rectangle.</param>\r
+            <param name="height">The height of the rectangle.</param>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Rectangle.X">\r
             <summary>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.Rectangle.GetHashCode">\r
             <summary>\r
-            Returns the hash code for this Rectangle structure.\r
+            Returns the hash code for this rectangle structure.\r
             </summary>\r
             <returns>An integer that represents the hash code for this rectangle.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.Rectangle.Equals(System.Object)">\r
             <summary>\r
-            Tests whether obj is a Rectangle structure with the same location and size of this Rectangle structure.\r
+            Tests whether object is a rectangle structure with the same location and size of this rectangle structure.\r
             </summary>\r
-            <param name="obj">A <see cref="T:System.Object"/> to compare.</param>\r
+            <param name="obj">The <see cref="T:System.Object"/> to compare.</param>\r
             <returns>\r
-            true if obj is a Rectangle structure and its X, Y, Width and Height properties are\r
-            equal to the corresponding properties of this Rectangle structure; otherwise, false.\r
+            true if object is a rectangle structure and its x, y, width, and height properties are\r
+            equal to the corresponding properties of this rectangle structure; otherwise, false.\r
             </returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.Rectangle.op_Equality(Tizen.Content.MediaContent.Rectangle,Tizen.Content.MediaContent.Rectangle)">\r
             <summary>\r
-            Tests whether two Rectangle structures have equal location and size.\r
+            Tests whether two rectangle structures have equal location and size.\r
             </summary>\r
-            <param name="rect1">A <see cref="T:Tizen.Content.MediaContent.Rectangle"/> to compare.</param>\r
-            <param name="rect2">A <see cref="T:Tizen.Content.MediaContent.Rectangle"/> to compare.</param>\r
-            <returns>true if the two Rectangle structures have equal X, Y, Width, and Height properties; otherwise, false.</returns>\r
+            <param name="rect1">The <see cref="T:Tizen.Content.MediaContent.Rectangle"/> to compare.</param>\r
+            <param name="rect2">The <see cref="T:Tizen.Content.MediaContent.Rectangle"/> to compare.</param>\r
+            <returns>true if the two rectangle structures have equal x, y, width, and height properties; otherwise, false.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.Rectangle.op_Inequality(Tizen.Content.MediaContent.Rectangle,Tizen.Content.MediaContent.Rectangle)">\r
             <summary>\r
-            Tests whether two Rectangle structures differ in location or size.\r
+            Tests whether two rectangle structures differ in location or size.\r
             </summary>\r
-            <param name="rect1">A <see cref="T:Tizen.Content.MediaContent.Rectangle"/> to compare.</param>\r
-            <param name="rect2">A <see cref="T:Tizen.Content.MediaContent.Rectangle"/> to compare.</param>\r
-            <returns>true if any of the X, Y, Width or Height properties of the two Rectangle structures are unequal; otherwise false.</returns>\r
+            <param name="rect1">The <see cref="T:Tizen.Content.MediaContent.Rectangle"/> to compare.</param>\r
+            <param name="rect2">The <see cref="T:Tizen.Content.MediaContent.Rectangle"/> to compare.</param>\r
+            <returns>true if any of the x, y, width, or height properties of the two rectangle structures are unequal; otherwise false.</returns>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.Storage">\r
             <summary>\r
             Represents the storage information for media.\r
             </summary>\r
             <remarks>\r
-            The system generates the storage id when the external storage is added. and manages the media information\r
-            in each of the storage by using storage id.\r
+            The system generates the storage ID when the external storage is added and manages the media information\r
+            in each of the storage by using the storage ID.\r
             </remarks>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Storage.Id">\r
             <summary>\r
-            Gets the id of the storage.\r
+            Gets the ID of the storage.\r
             </summary>\r
-            <value>The unique id of the storage.</value>\r
+            <value>The unique ID of the storage.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Storage.Path">\r
             <summary>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.StorageCommand">\r
             <summary>\r
-            Provides commands to manage external storages in the database.\r
+            Provides the commands to manage external storages in the database.\r
             </summary>\r
             <remarks>\r
-            Internal storage is not managed.\r
+            The internal storage is not managed.\r
             </remarks>\r
             <seealso cref="T:Tizen.Content.MediaContent.Storage"/>\r
         </member>\r
             <summary>\r
             Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.StorageCommand"/> class with the specified <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/>.\r
             </summary>\r
-            <param name="database">A <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
+            <param name="database">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
             <exception cref="T:System.ArgumentNullException"><paramref name="database"/> is null.</exception>\r
             <exception cref="T:System.ObjectDisposedException"><paramref name="database"/> has already been disposed of.</exception>\r
         </member>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.StorageCommand.Count(Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of storages with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of storages with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The number of storages filtered.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.StorageCommand.Select(System.String)">\r
             <summary>\r
-            Retrieves the storage with the specified id.\r
+            Retrieves the storage with the specified ID.\r
             </summary>\r
-            <param name="storageId">The storage id to select.</param>\r
+            <param name="storageId">The storage ID to select.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Storage"/> instance if the matched record was found in the database, otherwise null.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.StorageCommand.Select(Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the storages with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the storages with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.StorageCommand.CountMedia(System.String)">\r
             <summary>\r
-            Retrieves the number of media info of the storage.\r
+            Retrieves the number of media information of the storage.\r
             </summary>\r
-            <param name="storageId">The storage id.</param>\r
-            <returns>The number of media info.</returns>\r
+            <param name="storageId">The storage ID.</param>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.StorageCommand.CountMedia(System.String,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of media info of the storage with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of media information of the storage with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
-            <param name="storageId">The storage id to query with.</param>\r
+            <param name="storageId">The storage ID to query with.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
-            <returns>The number of media info.</returns>\r
+            <returns>The number of media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.StorageCommand.SelectMedia(System.String)">\r
             <summary>\r
-            Retrieves the media info of the storage.\r
+            Retrieves the media information of the storage.\r
             </summary>\r
-            <param name="storageId">The storage id.</param>\r
+            <param name="storageId">The storage ID.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.StorageCommand.SelectMedia(System.String,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the media info of the storage with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the media information of the storage with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
-            <param name="storageId">The storage id.</param>\r
+            <param name="storageId">The storage ID.</param>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.Tag">\r
             <summary>\r
-            Represents a special piece of information that may be associated with media.\n\r
+            Represents a special piece of information that may be associated with media.\r
             Tagging allows a user to organize large number of items into logical groups providing\r
             a simplified and faster way of accessing media items.\r
             </summary>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Tag.Id">\r
             <summary>\r
-            Gets the id of the tag.\r
+            Gets the ID of the tag.\r
             </summary>\r
-            <value>The unique id of the tag.</value>\r
+            <value>The unique ID of the tag.</value>\r
         </member>\r
         <member name="P:Tizen.Content.MediaContent.Tag.Name">\r
             <summary>\r
         </member>\r
         <member name="T:Tizen.Content.MediaContent.TagCommand">\r
             <summary>\r
-            Provides commands to manage tags in the database.\r
+            Provides the commands to manage tags in the database.\r
             </summary>\r
             <seealso cref="T:Tizen.Content.MediaContent.Tag"/>\r
         </member>\r
             <summary>\r
             Initializes a new instance of the <see cref="T:Tizen.Content.MediaContent.TagCommand"/> class with the specified <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/>.\r
             </summary>\r
-            <param name="database">A <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
+            <param name="database">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> that the commands run on.</param>\r
             <exception cref="T:System.ArgumentNullException"><paramref name="database"/> is null.</exception>\r
             <exception cref="T:System.ObjectDisposedException"><paramref name="database"/> has already been disposed of.</exception>\r
         </member>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.Count(Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of tags with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of tags with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The number of tags filtered.</returns>\r
             Deletes a tag from the database.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="tagId">The tag id to delete.</param>\r
+            <param name="tagId">The tag ID to delete.</param>\r
             <returns>true if the matched record was found and deleted, otherwise false.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             Updates a tag with the specified name.\r
             </summary>\r
             <privilege>http://tizen.org/privilege/content.write</privilege>\r
-            <param name="tagId">The tag id to update.</param>\r
+            <param name="tagId">The tag ID to update.</param>\r
             <param name="name">The new name.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.Select(System.Int32)">\r
             <summary>\r
-            Retrieves the tag with the specified id.\r
+            Retrieves the tag with the specified ID.\r
             </summary>\r
-            <param name="tagId">The tag id to select.</param>\r
+            <param name="tagId">The tag ID to select.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.Tag"/> instance if the matched record was found in the database, otherwise null.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.Select(Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the tags with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the tags with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <summary>\r
             Retrieves the number of media info of the tag.\r
             </summary>\r
-            <param name="tagId">The tag id.</param>\r
-            <returns>The number of media info.</returns>\r
+            <param name="tagId">The tag ID.</param>\r
+            <returns>The number of the media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.CountMedia(System.Int32,Tizen.Content.MediaContent.CountArguments)">\r
             <summary>\r
-            Retrieves the number of media info of the tag with <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
+            Retrieves the number of the media information of the tag with the <see cref="T:Tizen.Content.MediaContent.CountArguments"/>.\r
             </summary>\r
-            <param name="tagId">The tag id to query with.</param>\r
+            <param name="tagId">The tag ID to query with.</param>\r
             <param name="arguments">The criteria to use to filter. This value can be null.</param>\r
-            <returns>The number of media info.</returns>\r
+            <returns>The number of the media information.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.SelectMedia(System.Int32)">\r
             <summary>\r
-            Retrieves the media info of the tag.\r
+            Retrieves the media information of the tag.\r
             </summary>\r
-            <param name="tagId">The tag id.</param>\r
+            <param name="tagId">The tag ID.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.SelectMedia(System.Int32,Tizen.Content.MediaContent.SelectArguments)">\r
             <summary>\r
-            Retrieves the media info of the tag with <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
+            Retrieves the media information of the tag with the <see cref="T:Tizen.Content.MediaContent.SelectArguments"/>.\r
             </summary>\r
-            <param name="tagId">The tag id.</param>\r
+            <param name="tagId">The tag ID.</param>\r
             <param name="filter">The criteria to use to filter. This value can be null.</param>\r
             <returns>The <see cref="T:Tizen.Content.MediaContent.MediaDataReader`1"/> containing the results.</returns>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.AddMedia(System.Int32,System.String)">\r
             <summary>\r
-            Adds media to a tag.\r
+            Adds the media to a tag.\r
             </summary>\r
-            <param name="tagId">The tag id that the media will be added to.</param>\r
-            <param name="mediaId">The media id to add to the tag.</param>\r
+            <param name="tagId">The tag ID that the media will be added to.</param>\r
+            <param name="mediaId">The media ID to add to the tag.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>The invalid media id will be ignored.</remarks>\r
+            <remarks>The invalid media ID will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.AddMedia(System.Int32,System.Collections.Generic.IEnumerable{System.String})">\r
             <summary>\r
-            Adds a media set to a tag.\r
+            Adds the media set to a tag.\r
             </summary>\r
-            <param name="tagId">The tag id that the media will be added to.</param>\r
-            <param name="mediaIds">The media id to add to the tag.</param>\r
+            <param name="tagId">The tag ID that the media will be added to.</param>\r
+            <param name="mediaIds">The media ID to add to the tag.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>The invalid media ids will be ignored.</remarks>\r
+            <remarks>The invalid media IDs will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.RemoveMedia(System.Int32,System.String)">\r
             <summary>\r
-            Removes media from a tag.\r
+            Removes the media from a tag.\r
             </summary>\r
-            <param name="tagId">The tag id.</param>\r
-            <param name="mediaId">The media id to remove from the tag.</param>\r
+            <param name="tagId">The tag ID.</param>\r
+            <param name="mediaId">The media ID to remove from the tag.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>The invalid media id will be ignored.</remarks>\r
+            <remarks>The invalid media ID will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r
         </member>\r
         <member name="M:Tizen.Content.MediaContent.TagCommand.RemoveMedia(System.Int32,System.Collections.Generic.IEnumerable{System.String})">\r
             <summary>\r
-            Removes a media set from a tag.\r
+            Removes the media set from a tag.\r
             </summary>\r
-            <param name="tagId">The tag id.</param>\r
-            <param name="mediaIds">The collection of media id to remove from the tag.</param>\r
+            <param name="tagId">The tag ID.</param>\r
+            <param name="mediaIds">The collection of media ID to remove from the tag.</param>\r
             <returns>true if the matched record was found and updated, otherwise false.</returns>\r
-            <remarks>The invalid ids will be ignored.</remarks>\r
+            <remarks>The invalid IDs will be ignored.</remarks>\r
             <exception cref="T:System.InvalidOperationException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> is disconnected.</exception>\r
             <exception cref="T:System.ObjectDisposedException">The <see cref="T:Tizen.Content.MediaContent.MediaDatabase"/> has already been disposed of.</exception>\r
             <exception cref="T:Tizen.Content.MediaContent.MediaDatabaseException">An error occurred while executing the command.</exception>\r