Release 4.0.0-preview1-00194
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Multimedia.Camera.xml
index 147eb15..dfc8a6a 100644 (file)
@@ -6,18 +6,18 @@
     <members>
         <member name="T:Tizen.Multimedia.Camera">
             <summary>
-            The camera class provides methods to capture photos and support setting up notifications
-            for state changes of capturing, previewing, focusing, information about resolution and binary format
-            and functions for picture manipulations like sepia negative and many more.
-            It also notifies you when a significant picture parameter changes e.g. focus.
+            This camera class provides methods to capture photos and supports setting up notifications
+            for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format,
+            and functions for picture manipulations like sepia, negative, and many more.
+            It also notifies you when a significant picture parameter changes, (For example, focus).
             </summary>
         </member>
         <member name="M:Tizen.Multimedia.Camera.#ctor(Tizen.Multimedia.CameraDevice)">
             <summary>
-            Initializes a new instance of the <see cref="T:Tizen.Multimedia.Camera"/> Class.
+            Initializes a new instance of the <see cref="T:Tizen.Multimedia.Camera"/> class.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <param name="device">The camera device to access</param>
+            <param name="device">The camera device to access.</param>
         </member>
         <member name="M:Tizen.Multimedia.Camera.Finalize">
             <summary>
         </member>
         <member name="M:Tizen.Multimedia.Camera.Dispose(System.Boolean)">
             <summary>
-            Releases the unmanaged resources used by the Camera.
+            Releases the unmanaged resources used by the camera.
             </summary>
             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
         </member>
         <member name="M:Tizen.Multimedia.Camera.Dispose">
             <summary>
-            Releases all resources used by the Camera.
+            Releases all resources used by the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.InterruptStarted">
             <summary>
-            Event that occurs when the camera interrupt is started by policy.
+            An event that occurs when the camera interrupt is started by the policy.
             </summary>
         </member>
         <member name="E:Tizen.Multimedia.Camera.Interrupted">
             <summary>
-            Event that occurs when an camera is interrupted by policy.
+            An event that occurs when an camera is interrupted by the policy.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.ErrorOccurred">
             <summary>
-            Event that occurs when there is an asynchronous error.
+            An event that occurs when there is an asynchronous error.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.FocusStateChanged">
             <summary>
-            Event that occurs when the auto focus state is changed.
+            An event that occurs when the auto focus state is changed.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.FaceDetected">
             <summary>
-            Event that occurs when a face is detected in preview frame.
+            An event that occurs when a face is detected in the preview frame.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.Capturing">
             <summary>
-            Event that occurs during capture of image.
+            An event that occurs during capture of an image.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.CaptureCompleted">
             <summary>
-            Event that occurs after the capture of the image.
+            An event that occurs after the capture of the image.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.HdrCaptureProgress">
             <summary>
-            Event that occurs when there is change in HDR capture progress.
-            Check whether <see cref="P:Tizen.Multimedia.CameraCapabilities.IsHdrCaptureSupported"/> is supported or not before add this EventHandler.
+            An event that occurs when there is a change in the HDR capture progress.
+            Checks whether the <see cref="P:Tizen.Multimedia.CameraCapabilities.IsHdrCaptureSupported"/> is supported or not before adding this EventHandler.
             </summary>
             <since_tizen> 3 </since_tizen>
             <exception cref="T:System.NotSupportedException">In case of HDR feature is not supported.</exception>
         </member>
         <member name="E:Tizen.Multimedia.Camera.StateChanged">
             <summary>
-            Event that occurs when camera state is changed.
+            An event that occurs when the camera state is changed.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.DeviceStateChanged">
             <summary>
-            Event that occurs after the <see cref="T:Tizen.Multimedia.CameraDeviceState"/> is changed.
+            An event that occurs after the <see cref="T:Tizen.Multimedia.CameraDeviceState"/> is changed.
             </summary>
             <since_tizen> 3 </since_tizen>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
         </member>
         <member name="E:Tizen.Multimedia.Camera.Preview">
             <summary>
-            Event that occurs once per frame when previewing.
-            Preview callback is registered when user add callback explicitly to avoid useless P/Invoke.
+            An event that occurs once per frame when previewing.
+            Preview callback is registered when an user adds a callback explicitly to avoid useless P/Invoke.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="E:Tizen.Multimedia.Camera.MediaPacketPreview">
             <summary>
-            Event that occurs once per frame when previewing.
-            Preview callback is registered when user add callback explicitly to avoid useless P/Invoke.
+            An event that occurs once per frame when previewing.
+            Preview callback is registered when an user adds a callback explicitly to avoid useless P/Invoke.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.Camera.Settings">
             <summary>
-            Get/Set the various camera settings.
+            Gets or sets the various camera settings.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
-            This must be set before StartPreview() method.
-            In Custom ROI display mode, DisplayRoiArea property must be set before calling this method.
+            This must be set before the StartPreview() method.
+            In custom ROI display mode, DisplayRoiArea property must be set before calling this method.
             </remarks>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="P:Tizen.Multimedia.Camera.State">
             Gets the state of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value> None, Created, Preview, Capturing, Captured </value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value> None, Created, Preview, Capturing, Captured.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.Camera.DisplayReuseHint">
             <summary>
-            The hint for display reuse.
+            The hint for the display reuse.
             If the hint is set to true, the display will be reused when the camera device is changed with
-            ChangeDevice method.
+            the ChangeDevice method.
             </summary>
             <since_tizen> 3 </since_tizen>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
-            <exception cref="T:System.InvalidOperationException">Invalid state.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.InvalidOperationException">An invalid state.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.Camera.Direction">
             <summary>
-            Gets the facing direction of camera module.
+            Gets the facing direction of the camera module.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraFacingDirection"/> that specifies the facing direction of camera device.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value>A <see cref="T:Tizen.Multimedia.CameraFacingDirection"/> that specifies the facing direction of the camera device.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.Camera.CameraCount">
             <summary>
             <since_tizen> 3 </since_tizen>
             <value>This returns 2, if the device supports primary and secondary cameras.
             Otherwise 1, if the device only supports primary camera.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.ChangeDevice(Tizen.Multimedia.CameraDevice)">
             <summary>
             </remarks>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
-            <exception cref="T:System.NotSupportedException">In case of ChangeDevice feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.NotSupportedException">In case of the ChangeDevice feature is not supported.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.GetDeviceState(Tizen.Multimedia.CameraDevice)">
             <summary>
             Gets the device state.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <param name="device">The device to get state.</param>
-            <returns>Returns the state of camera device</returns>
+            <param name="device">The device to get the state.</param>
+            <returns>Returns the state of the camera device.</returns>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
             Gets the flash state.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <param name="device">The device to get state.</param>
-            <returns>Returns the flash state of camera device</returns>
+            <param name="device">The device to get the state.</param>
+            <returns>Returns the flash state of the camera device.</returns>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
             If needed set fps <see cref="P:Tizen.Multimedia.CameraSettings.PreviewFps"/>, preview resolution
             <see cref="P:Tizen.Multimedia.CameraSettings.PreviewResolution"/>, or preview format <see cref="P:Tizen.Multimedia.CameraSettings.PreviewPixelFormat"/>
             before using this method.
-            The camera must be in the <see cref="F:Tizen.Multimedia.CameraState.Created"/> or <see cref="F:Tizen.Multimedia.CameraState.Captured"/> state.
+            The camera must be in the <see cref="F:Tizen.Multimedia.CameraState.Created"/> or the <see cref="F:Tizen.Multimedia.CameraState.Captured"/> state.
             </summary>
             <since_tizen> 3 </since_tizen>
             <privilege>
             </privilege>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.StopPreview">
             </privilege>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.StartCapture">
             http://tizen.org/privilege/camera
             </privilege>
             <remarks>
-            This function causes the transition of the camera state from Capturing to Captured
+            This function causes the transition of the camera state from capturing to captured
             automatically and the corresponding EventHandlers will be invoked.
-            The preview should be restarted by calling <see cref="M:Tizen.Multimedia.Camera.StartPreview"/> method after capture is completed.
+            The preview should be restarted by calling the <see cref="M:Tizen.Multimedia.Camera.StartPreview"/> method after capture is completed.
             </remarks>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.StartCapture(System.Int32,System.Int32,System.Threading.CancellationToken)">
             <param name="cancellationToken">The cancellation token to cancel capturing.</param>
             <seealso cref="T:System.Threading.CancellationToken"/>
             <remarks>
-            If this is not supported zero shutter lag occurs. The capture resolution could be
+            If this is not supported, zero shutter lag occurs. The capture resolution could be
             changed to the preview resolution. This function causes the transition of the camera state
-            from Capturing to Captured automatically and the corresponding Eventhandlers will be invoked.
-            Each captured image will be delivered through Eventhandler set using <see cref="E:Tizen.Multimedia.Camera.Capturing"/> event.
-            The preview should be restarted by calling <see cref="M:Tizen.Multimedia.Camera.StartPreview"/> method after capture is completed.
+            from capturing to captured automatically and the corresponding Eventhandlers will be invoked.
+            Each captured image will be delivered through Eventhandler set using the <see cref="E:Tizen.Multimedia.Camera.Capturing"/> event.
+            The preview should be restarted by calling the <see cref="M:Tizen.Multimedia.Camera.StartPreview"/> method after capture is completed.
             </remarks>
             <exception cref="T:System.ArgumentOutOfRangeException">In case of invalid parameters.</exception>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.StartFocusing(System.Boolean)">
             <summary>
             Starts camera auto-focusing, asynchronously.
-            The camera must be in the <see cref="F:Tizen.Multimedia.CameraState.Preview"/> or <see cref="F:Tizen.Multimedia.CameraState.Captured"/> state.
+            The camera must be in the <see cref="F:Tizen.Multimedia.CameraState.Preview"/> or the <see cref="F:Tizen.Multimedia.CameraState.Captured"/> state.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <param name="continuous">Continuous auto focus</param>
+            <param name="continuous">Continuous auto focus.</param>
             <privilege>
             http://tizen.org/privilege/camera
             </privilege>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.StopFocusing">
             <summary>
             Stops camera auto focusing.
-            The camera must be in the <see cref="F:Tizen.Multimedia.CameraState.Preview"/> or <see cref="F:Tizen.Multimedia.CameraState.Captured"/> state.
+            The camera must be in the <see cref="F:Tizen.Multimedia.CameraState.Preview"/> or the <see cref="F:Tizen.Multimedia.CameraState.Captured"/> state.
             </summary>
             <since_tizen> 3 </since_tizen>
             <privilege>
             </privilege>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.StartFaceDetection">
             </privilege>
             <remarks>
             This should be called after <see cref="M:Tizen.Multimedia.Camera.StartPreview"/> is started.
-            The Eventhandler set using <see cref="E:Tizen.Multimedia.Camera.FaceDetected"/> invoked when the face is detected in preview frame.
-            Internally it starts continuous focus and focusing on the detected face.
+            The Eventhandler set using <see cref="E:Tizen.Multimedia.Camera.FaceDetected"/> is invoked when the face is detected in the preview frame.
+            Internally, it starts continuously focus and focusing on the detected face.
             </remarks>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="M:Tizen.Multimedia.Camera.StopFaceDetection">
             </privilege>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
             <exception cref="T:System.UnauthorizedAccessException">In case of access to the resources cannot be granted.</exception>
         </member>
         <member name="T:Tizen.Multimedia.CameraCapabilities">
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsFaceDetectionSupported">
             <summary>
             Gets the face detection feature's supported state.
-            true if supported, otherwise false.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsMediaPacketPreviewCallbackSupported">
             <summary>
             Gets the media packet preview callback feature's supported state.
-            true if supported, otherwise false.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsZeroShutterLagSupported">
             <summary>
             Gets the zero shutter lag feature's supported state.
-            true if supported, otherwise false.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsContinuousCaptureSupported">
             <summary>
-            Gets continuous capture feature's supported state.
-            true if supported, otherwise false.
+            Gets the continuous capture feature's supported state.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsHdrCaptureSupported">
             <summary>
-            Gets the support state of HDR capture.
-            true if supported, otherwise false.
+            Gets the support state of the HDR capture.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsAntiShakeSupported">
             <summary>
             Gets the support state of the anti-shake feature.
-            true if supported, otherwise false.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsVideoStabilizationSupported">
             <summary>
             Gets the support state of the video stabilization feature.
-            true if supported, otherwise false.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsAutoContrastSupported">
             <summary>
             Gets the support state of auto contrast feature.
-            true if supported, otherwise false.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsBrigtnessSupported">
             <summary>
-            Gets the support state of brightness feature.
-            true if supported, otherwise false.
+            Gets the support state of the brightness feature.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsExposureSupported">
             <summary>
-            Gets the support state of exposure feature.
-            true if supported, otherwise false.
+            Gets the support state of the exposure feature.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsZoomSupported">
             <summary>
-            Gets the support state of zoom feature.
-            true if supported, otherwise false.
+            Gets the support state of the zoom feature.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsPanSupported">
             <summary>
-            Gets the support state of pan feature.
-            true if supported, otherwise false.
+            Gets the support state of the pan feature.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.IsTiltSupported">
             <summary>
-            Gets the support state of tilt feature.
-            true if supported, otherwise false.
+            Gets the support state of the tilt feature.
             </summary>
+            <value>true if supported, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedPreviewResolutions">
             <since_tizen> 3 </since_tizen>
             <returns>
             It returns a list containing all the supported preview resolutions.
-            by recorder.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedCaptureResolutions">
             <summary>
             <returns>
             It returns a list containing all the supported capture resolutions.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedCapturePixelFormats">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraPixelFormat"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedPreviewPixelFormats">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraPixelFormat"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedPreviewFps">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraFps"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraCapabilities.GetSupportedPreviewFpsByResolution(System.Int32,System.Int32)">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraFps"/> by resolution.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraCapabilities.GetSupportedPreviewFpsByResolution(Tizen.Multimedia.Size)">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraFps"/> by resolution.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedAutoFocusModes">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraAutoFocusMode"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedExposureModes">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraExposureMode"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedIsoLevels">
             <summary>
-            Retrieves all the Iso level supported by the camera.
+            Retrieves all the ISO levels supported by the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraIsoLevel"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedTheaterModes">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraTheaterMode"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedWhiteBalances">
             <summary>
-            Retrieves all the whitebalance modes supported by the camera.
+            Retrieves all the white balance modes supported by the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraWhiteBalance"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedFlashModes">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraFlashMode"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedSceneModes">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraSceneMode"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedEffects">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraEffectMode"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedStreamRotations">
             <summary>
-            Retrieves all the stream rotation supported by the camera.
+            Retrieves all the stream rotations supported by the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
             <returns>
             An IEnumerable containing all the supported <see cref="T:Tizen.Multimedia.Rotation"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedStreamFlips">
             <summary>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.Flips"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapabilities.SupportedPtzTypes">
             <summary>
-            Retrieves all the ptz types by the camera.
+            Retrieves all the PTZ types by the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
             <returns>
             It returns a list containing all the supported <see cref="T:Tizen.Multimedia.CameraPtzType"/>.
             </returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="T:Tizen.Multimedia.CameraCapturingEventArgs">
             <summary>
         </member>
         <member name="P:Tizen.Multimedia.CameraCapturingEventArgs.PostView">
             <summary>
-            The image data of the postview.
+            The image data of the post view.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="T:Tizen.Multimedia.CameraDeviceStateChangedEventArgs">
             <summary>
-            An extended EventArgs class which contains details about previous and current state
+            An extended EventArgs class which contains details about the previous and the current state
             of the camera when its state is changed.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.CameraDeviceStateChangedEventArgs.Device">
             <summary>
-            Camera device type.
+            The camera device type.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraDeviceStateChangedEventArgs.State">
             <summary>
-            Current state of the camera device.
+            The current state of the camera device.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="T:Tizen.Multimedia.CameraDisplaySettings">
             <summary>
             The CameraDisplay class allows you to manage display for the camera.
-            It allows to set and get various display properties such as
-            rotation, display visibility and display mode.
+            It allows to set and get various display properties, such as
+            rotation, display visibility, and display mode.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.CameraDisplaySettings.Mode">
             </remarks>
             <value>A <see cref="T:Tizen.Multimedia.CameraDisplayMode"/> that specifies the display mode.</value>
             <exception cref="T:System.InvalidOperationException">Display type is incorrect.</exception>
-            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraDisplaySettings.Visible">
             <summary>
             The display visibility.
-            True if camera display visible, otherwise false.
             </summary>
+            <value>true if camera display is visible, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
             <remarks>
             This property is meaningful only in overlay or EVAS surface display type.
             </remarks>
             <exception cref="T:System.InvalidOperationException">Display type is incorrect.</exception>
-            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraDisplaySettings.Rotation">
             <summary>
             <remarks>
             This property is meaningful only in overlay or EVAS surface display type.
             </remarks>
-            <value>A <see cref="P:Tizen.Multimedia.CameraDisplaySettings.Rotation"/> that specifies the rotation of camera device.</value>
+            <value>A <see cref="P:Tizen.Multimedia.CameraDisplaySettings.Rotation"/> that specifies the rotation of the camera device.</value>
             <exception cref="T:System.InvalidOperationException">Display type is incorrect.</exception>
-            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraDisplaySettings.Flip">
             <summary>
             <remarks>
             This property is meaningful only in overlay or EVAS surface display type.
             </remarks>
-            <value>A <see cref="T:Tizen.Multimedia.Flips"/> that specifies camera flip type.</value>
+            <value>A <see cref="T:Tizen.Multimedia.Flips"/> that specifies the camera flip type.</value>
             <exception cref="T:System.InvalidOperationException">Display type is incorrect.</exception>
-            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraDisplaySettings.RoiArea">
             <summary>
             This property is meaningful only in overlay or EVAS surface display type.
             </remarks>
             <exception cref="T:System.InvalidOperationException">Display type is incorrect.</exception>
-            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException" > The camera already has been disposed of.</exception>
         </member>
         <member name="T:Tizen.Multimedia.CameraDevice">
             <summary>
-            Enumeration for Camera device.
+            Enumeration for the camera device.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="F:Tizen.Multimedia.CameraDevice.Rear">
             <summary>
-            Rear Camera device.
+            The rear camera device.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraDevice.Front">
             <summary>
-            Front Camera device.
+            The front camera device.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraDeviceState">
             <summary>
-            Enumeration for Camera device state.
+            Enumeration for the camera device state.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="F:Tizen.Multimedia.CameraDeviceState.Working">
             <summary>
-            Now previewing or capturing or is being used for video recording.
+            Now previewing or capturing or is being used for the video recording.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraFacingDirection">
             <summary>
-            Enumeration for the facing direction of camera module .
+            Enumeration for the facing direction of camera module.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="F:Tizen.Multimedia.CameraFacingDirection.Front">
             <summary>
-            Front direction
+            Front direction.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraFlashState">
         </member>
         <member name="F:Tizen.Multimedia.CameraFlashState.NotUsed">
             <summary>
-            Flash is not used now through camera API.
+            Flash is not used now through the camera API.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFlashState.Used">
             <summary>
-            Flash is used now through camera API.
+            Flash is used now through the camera API.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraFocusState">
         </member>
         <member name="F:Tizen.Multimedia.CameraFocusState.Ongoing">
             <summary>
-            Focus in progress
+            Focus in progress.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFocusState.Focused">
             <summary>
-            Focus succeeded
+            Focus succeeded.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFocusState.Failed">
         </member>
         <member name="F:Tizen.Multimedia.CameraPixelFormat.Nv12t">
             <summary>
-            NV12 Tiled pixel format.
+            NV12 tiled pixel format.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraPixelFormat.Nv16">
         </member>
         <member name="F:Tizen.Multimedia.CameraPolicy.Security">
             <summary>
-            Security policy
+            Security policy.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraPolicy.ResourceConflict">
             <summary>
-            Resource conflict
+            Resource conflict.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraState">
         </member>
         <member name="T:Tizen.Multimedia.CameraAutoFocusMode">
             <summary>
-            Enumeration for the auto focus mode.
+            Enumeration for the auto-focus mode.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="F:Tizen.Multimedia.CameraAutoFocusMode.None">
             <summary>
-            auto-focus is not set.
+            Auto-focus is not set.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraAutoFocusMode.Normal">
             <summary>
-            auto-focus in the normal mode.
+            Auto-focus is in the normal mode.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraAutoFocusMode.Macro">
             <summary>
-            auto-focus in the macro mode(close distance).
+            Auto-focus is in the macro mode (close distance).
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraAutoFocusMode.Full">
             <summary>
-            auto-focus in the full mode(all range scan, limited by device spec).
+            Auto-focus is in the full mode (all range scan, limited by device spec).
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraEffectMode">
         </member>
         <member name="F:Tizen.Multimedia.CameraEffectMode.VintageCold">
             <summary>
-            Vintage cold    .
+            Vintage cold.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraEffectMode.Posterization">
         </member>
         <member name="F:Tizen.Multimedia.CameraEffectMode.SelectiveRed">
             <summary>
-            Selective color - Red.
+            Selective color - red.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraEffectMode.SelectiveGreen">
             <summary>
-            Selective color - Green.
+            Selective color - green.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraEffectMode.SelectiveBlue">
             <summary>
-            Selective color - Blue.
+            Selective color - blue.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraEffectMode.SelectiveYellow">
             <summary>
-            Selective color - Yellow.
+            Selective color - yellow.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraEffectMode.SelectiveRedYellow">
             <summary>
-            Selective color - Red and Yellow.
+            Selective color - red and yellow.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraEffectMode.OtherGraphics">
             <summary>
-            Other Graphic effects.
+            Other graphic effects.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraExposureMode">
         </member>
         <member name="T:Tizen.Multimedia.CameraFps">
             <summary>
-            Enumeration for preview FPS.
+            Enumeration for the preview fps.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Auto">
             <summary>
-            Auto FPS.
+            Auto fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps7">
             <summary>
-            7 FPS.
+            7 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps8">
             <summary>
-            8 FPS.
+            8 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps15">
             <summary>
-            15 FPS.
+            15 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps20">
             <summary>
-            20 FPS.
+            20 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps24">
             <summary>
-            24 FPS.
+            24 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps25">
             <summary>
-            25 FPS.
+            25 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps30">
             <summary>
-            30 FPS.
+            30 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps60">
             <summary>
-            60 FPS.
+            60 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps90">
             <summary>
-            90 FPS.
+            90 fps.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraFps.Fps120">
             <summary>
-            120 FPS.
+            120 fps.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraHdrMode">
             <summary>
-            Enumeration for HDR capture mode.
+            Enumeration for the HDR capture mode.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="F:Tizen.Multimedia.CameraHdrMode.Disable">
             <summary>
-            Disable HDR capture.
+            Disable the HDR capture.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraHdrMode.Enable">
             <summary>
-            Enable HDR capture.
+            Enable the HDR capture.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraHdrMode.KeepOriginal">
             <summary>
-            Enable HDR capture and keep original image data.
+            Enable the HDR capture mode and keep original image data.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraIsoLevel">
         </member>
         <member name="T:Tizen.Multimedia.CameraPtzMoveType">
             <summary>
-            Enumeration for PTZ(Pan Tilt Zoom) movement type.
+            Enumeration for the PTZ(Pan Tilt Zoom) movement type.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="F:Tizen.Multimedia.CameraPtzMoveType.Relative">
             <summary>
-            Move a specific distance from the current position.
+            Move to a specific distance from the current position.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraPtzType">
             <summary>
-            Enumeration for PTZ(Pan Tilt Zoom) type.
+            Enumeration for the PTZ(Pan Tilt Zoom) type.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="F:Tizen.Multimedia.CameraSceneMode.PartyAndIndoor">
             <summary>
-            Party &amp; Indoor.
+            Party and indoor.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraSceneMode.BeachAndIndoor">
             <summary>
-            Beach &amp; Indoor.
+            Beach and indoor.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraSceneMode.Sunset">
         </member>
         <member name="F:Tizen.Multimedia.CameraSceneMode.DuskAndDawn">
             <summary>
-            Dusk &amp; Dawn.
+            Dusk and dawn.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraSceneMode.FallColor">
         </member>
         <member name="F:Tizen.Multimedia.CameraTagOrientation.TopLeft">
             <summary>
-            Row #0 is at the top, Column #0 is to the left.
+            Row #0 is at the top, column #0 is to the left.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTagOrientation.TopRight">
             <summary>
-            Row #0 is at the top, Column #0 is to the right.
+            Row #0 is at the top, column #0 is to the right.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTagOrientation.BottomRight">
             <summary>
-            Row #0 is at the bottom, Column #0 is to the right.
+            Row #0 is at the bottom, column #0 is to the right.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTagOrientation.BottomLeft">
             <summary>
-            Row #0 is at the bottom, Column #0 is to the left.
+            Row #0 is at the bottom, column #0 is to the left.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTagOrientation.LeftTop">
             <summary>
-            Row #0 is at the left, Column #0 is to the top.
+            Row #0 is at the left, column #0 is to the top.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTagOrientation.RightTop">
             <summary>
-            Row #0 is at the right, Column #0 is to the top.
+            Row #0 is at the right, column #0 is to the top.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTagOrientation.RightBottom">
             <summary>
-            Row #0 is at the right, Column #0 is to the bottom.
+            Row #0 is at the right, column #0 is to the bottom.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTagOrientation.LeftBottom">
             <summary>
-            Row #0 is at the left, Column #0 is to the bottom.
+            Row #0 is at the left, column #0 is to the bottom.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraTheaterMode">
         </member>
         <member name="F:Tizen.Multimedia.CameraTheaterMode.Disable">
             <summary>
-            Disable theater mode - External display shows same image as device display.
+            Disable the theater mode - the external display shows same image as the device display.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTheaterMode.Clone">
             <summary>
-            Clone mode - Preview image is displayed on external display with full screen mode. Also preview image is shown by the UI on device display.
+            Clone the mode - the preview image is displayed on an external display with full screen mode. Also, the preview image is shown by the UI on the device display.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraTheaterMode.Enable">
             <summary>
-            Enable theater mode - Preview image is displayed on external display with full screen mode, but preview image is not shown on device display.
+            Enable the theater mode - the preview image is displayed on an external display with full screen mode, but the preview image is not shown on the device display.
             </summary>
         </member>
         <member name="T:Tizen.Multimedia.CameraWhiteBalance">
-             <summary>
+            <summary>
             Enumeration for the white balance levels of the camera.
-             </summary>
-             <since_tizen> 3 </since_tizen>
+            </summary>
+            <since_tizen> 3 </since_tizen>
         </member>
         <member name="F:Tizen.Multimedia.CameraWhiteBalance.None">
             <summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraDisplayMode.OriginSize">
             <summary>
-            Origin size.
+            Original size.
             </summary>
         </member>
         <member name="F:Tizen.Multimedia.CameraDisplayMode.Full">
         </member>
         <member name="T:Tizen.Multimedia.CameraErrorCode">
             <summary>
-            Enumeration for camera failure error.
+            Enumeration for the camera failure error.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="T:Tizen.Multimedia.PlaneType">
             <summary>
-            Enumeration for Image datatype.
+            Enumeration for the image datatype.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="T:Tizen.Multimedia.CameraErrorOccurredEventArgs">
             <summary>
-            An extended EventArgs class which contains details about error status and
-            state of the camera when it failed.
+            An extended EventArgs class which contains details about the error status and the
+            state of the camera when it fails.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.CameraErrorOccurredEventArgs.Error">
         </member>
         <member name="T:Tizen.Multimedia.CameraFocusStateChangedEventArgs">
             <summary>
-            An extended EventArgs class which contains details about focus state of the
-            camera.
+            An extended EventArgs class which contains details about the focus state of the camera.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.CameraFocusStateChangedEventArgs.State">
             <summary>
-            Focus state of the camera.
+            The focus state of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="T:Tizen.Multimedia.CameraInterruptedEventArgs">
             <summary>
-            An extended EventArgs class which contains details about previous and current state
-            of the camera when its interrupted.
+            An extended EventArgs class which contains details about the previous and the current state
+            of the camera when it is interrupted.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.CameraInterruptedEventArgs.Previous">
             <summary>
-            Previous state of the camera.
+            The previous state of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraInterruptedEventArgs.Current">
             <summary>
-            Current state of the camera.
+            The current state of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.SetAutoFocusArea(System.Int32,System.Int32)">
             <summary>
-            Sets auto focus area.
+            Sets the auto focus area.
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
             <see cref="T:Tizen.Multimedia.CameraAutoFocusMode"/> should not be the <see cref="F:Tizen.Multimedia.CameraAutoFocusMode.None"/>.
             </remarks>
-            <param name="x">X position</param>
-            <param name="y">Y position</param>
+            <param name="x">X position.</param>
+            <param name="y">Y position.</param>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.SetAutoFocusArea(Tizen.Multimedia.Point)">
             <summary>
-            Sets auto focus area.
+            Sets the auto focus area.
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
             <see cref="T:Tizen.Multimedia.CameraAutoFocusMode"/> should not be the <see cref="F:Tizen.Multimedia.CameraAutoFocusMode.None"/>.
             </remarks>
-            <param name="pos"><see cref="T:Tizen.Multimedia.Point"/> structure including X, Y position</param>
+            <param name="pos"><see cref="T:Tizen.Multimedia.Point"/> structure including X, Y position.</param>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
             <exception cref="T:System.InvalidOperationException">In case of any invalid operations.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.ClearFocusArea">
             <summary>
             Clears the auto focus area.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.AutoFocusMode">
             <summary>
             </summary>
             <since_tizen> 3 </since_tizen>
             <value>A <see cref="T:Tizen.Multimedia.CameraAutoFocusMode"/> that specifies the auto focus mode.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.Contrast">
             <summary>
             The contrast level of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.AutoContrast">
             <summary>
             If true auto contrast is enabled, otherwise false.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.ContrastRange">
             <summary>
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
-            If min value is greater than the max value, it means this feature is not supported.
+            If the mininum value is greater than the maximum value, it means this feature is not supported.
             </remarks>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
         </member>
             The brightness level of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.BrightnessRange">
             <summary>
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
-            If min value is greater than the max value, it means this feature is not supported.
+            If the minimum value is greater than the maximum value, it means this feature is not supported.
             </remarks>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
         </member>
             The exposure value.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.ExposureMode">
             <summary>
             </summary>
             <since_tizen> 3 </since_tizen>
             <value>A <see cref="T:Tizen.Multimedia.CameraExposureMode"/> that specifies the exposure mode.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.ExposureRange">
             <summary>
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
-            If min value is greater than the max value, it means this feature is not supported.
+            If the minimum value is greater than the maximum value, it means this feature is not supported.
             </remarks>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.ZoomLevel">
             <summary>
             The zoom level.
-            The range for zoom level is received from ZoomRange property.
+            The range for the zoom level is received from the ZoomRange property.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.ZoomRange">
             <summary>
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
-            If min value is greater than the max value, it means this feature is not supported.
+            If the minimum value is greater than the maximum value, it means this feature is not supported.
             </remarks>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.WhiteBalance">
             <summary>
-            The whitebalance mode.
+            The white balance mode.
             </summary>
             <since_tizen> 3 </since_tizen>
             <value>A <see cref="T:Tizen.Multimedia.CameraWhiteBalance"/> that specifies the white balance mode.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.IsoLevel">
             <summary>
             The ISO level.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraIsoLevel"/> that specifies ISO level.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value>A <see cref="T:Tizen.Multimedia.CameraIsoLevel"/> that specifies the ISO level.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.ImageQuality">
             <summary>
             The quality of the image.
-            The range for image quality is 1 to 100.
+            The range for the image quality is 1 to 100.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.PreviewFps">
             <summary>
             The preview frame rate.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraFps"/> that specifies preview frame rate.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value>A <see cref="T:Tizen.Multimedia.CameraFps"/> that specifies the preview frame rate.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.PreviewResolution">
             <summary>
-            Gets or sets the resolution of preview
+            Gets or sets the resolution of the preview.
             </summary>
             <since_tizen> 3 </since_tizen>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.RecommendedPreviewResolution">
             <summary>
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
-            Depending on the capture resolution aspect ratio and display resolution,
+            Depending on the capture resolution aspect ratio and the display resolution,
             the recommended preview resolution is determined.
             </remarks>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.PreviewPixelFormat">
             <summary>
             The preview data format.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraPixelFormat"/> that specifies the pixel format of preview data.</value>
+            <value>A <see cref="T:Tizen.Multimedia.CameraPixelFormat"/> that specifies the pixel format of the preview data.</value>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.CaptureResolution">
             <summary>
             Resolution of the captured image.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ArgumentException">In case of invalid parameters</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.CapturePixelFormat">
             <summary>
             <since_tizen> 3 </since_tizen>
             <value>A <see cref="T:Tizen.Multimedia.CameraPixelFormat"/> that specifies the pixel format of captured image.</value>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.EncodedPreviewBitrate">
             <summary>
-            The bit rate of encoded preview.
+            The bit rate of the encoded preview.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.EncodedPreviewGopInterval">
             <summary>
-            GOP(Group Of Pictures) interval of encoded preview.
+            The GOP(Group Of Pictures) interval of the encoded preview.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.TheaterMode">
             <summary>
             The theater mode.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraTheaterMode"/> that specifies theater mode.</value>
+            <value>A <see cref="T:Tizen.Multimedia.CameraTheaterMode"/> that specifies the theater mode.</value>
             <remarks>
             If you want to display the preview image on the external display with the full screen mode,
             use this property.
             </remarks>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.Effect">
             <summary>
             The camera effect mode.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraEffectMode"/> that specifies effect mode.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value>A <see cref="T:Tizen.Multimedia.CameraEffectMode"/> that specifies the effect mode.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.SceneMode">
             <summary>
             The scene mode.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraSceneMode"/> that specifies scene mode.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value>A <see cref="T:Tizen.Multimedia.CameraSceneMode"/> that specifies the scene mode.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.FlashMode">
             <summary>
             The camera's flash mode.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraFlashMode"/> that specifies flash mode.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value>A <see cref="T:Tizen.Multimedia.CameraFlashMode"/> that specifies the flash mode.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.LensOrientation">
             <summary>
             Gets the camera lens orientation angle.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.StreamRotation">
             <summary>
             </summary>
             <since_tizen> 3 </since_tizen>
             <value>A <see cref="T:Tizen.Multimedia.Rotation"/> that specifies the rotation of camera device.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.StreamFlip">
             <summary>
             The stream flip.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.Flips"/> that specifies camera flip type.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value>A <see cref="T:Tizen.Multimedia.Flips"/> that specifies the camera flip type.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.HdrMode">
             <summary>
-            The mode of HDR(High dynamic range) capture.
+            The mode of the HDR(High dynamic range) capture.
             </summary>
             <since_tizen> 3 </since_tizen>
             <value>A <see cref="T:Tizen.Multimedia.CameraHdrMode"/> that specifies the HDR mode.</value>
             <remarks>
-            Taking multiple pictures at different exposure levels and intelligently stitching them together
+            Taking multiple pictures at different exposure levels and intelligently stitching them together,
             so that we eventually arrive at a picture that is representative in both dark and bright areas.
-            If this attribute is set, then eventhandler set for HdrCaptureProgress event is invoked.
+            If this attribute is set, then event handler set for the HdrCaptureProgress event is invoked.
             </remarks>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.AntiShake">
             <summary>
             The anti shake feature.
-            If true the antishake feature is enabled, otherwise false.
+            If true, the antishake feature is enabled, otherwise false.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.VideoStabilization">
             <summary>
-            Enables/Disables the video stabilization feature.
-            If true video stabilization is enabled, otherwise false.
+            Enables or disables the video stabilization feature.
+            If true, video stabilization is enabled, otherwise false.
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
             If video stabilization is enabled, zero shutter lag is disabled.
             This feature is used to record a video.
             </remarks>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.DisableShutterSound(System.Boolean)">
             <summary>
             In some countries, this operation is not permitted.
             </remarks>
             <exception cref="T:System.InvalidOperationException">Disabling shutter sound is not permitted.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.PtzType">
             <summary>
-            Sets the type of PTZ(Pan Tilt Zoom). Mechanical or Electronic.
+            Sets the type of the PTZ(Pan Tilt Zoom). Mechanical or electronic.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <value>A <see cref="T:Tizen.Multimedia.CameraPtzType"/> that specifies the type of PTZ.</value>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <value>A <see cref="T:Tizen.Multimedia.CameraPtzType"/> that specifies the type of the PTZ.</value>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.SetPan(Tizen.Multimedia.CameraPtzMoveType,System.Int32)">
             <summary>
             Sets the position to move horizontally.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <param name="type">ptz move type. <seealso cref="T:Tizen.Multimedia.CameraPtzMoveType"/></param>
-            <param name="panStep">pan step</param>
+            <param name="type">The PTZ move type. <seealso cref="T:Tizen.Multimedia.CameraPtzMoveType"/>.</param>
+            <param name="panStep">The pan step.</param>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.GetPan">
             <summary>
             Gets the current position of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <returns>Returns the camera's horizontal position</returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <returns>Returns the camera's horizontal position.</returns>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.SetTilt(Tizen.Multimedia.CameraPtzMoveType,System.Int32)">
             <summary>
             Sets the position to move vertically.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <param name="type">ptz move type</param>
-            <param name="tiltStep">tilt step</param>
+            <param name="type">the PTZ move type.</param>
+            <param name="tiltStep">The tilt step.</param>
             <exception cref="T:System.ArgumentException">In case of invalid parameters.</exception>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.GetTilt">
             <summary>
             Gets the current position of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <returns>Returns the current vertical position</returns>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <returns>Returns the current vertical position.</returns>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.PanRange">
             <summary>
-            Gets lower limit and upper limit for pan position.
+            Gets the lower limit and the upper limit for the pan position.
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
-            If min value is greater than the max value, it means this feature is not supported.
+            If the minimum value is greater than the maximum value, it means this feature is not supported.
             </remarks>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.TiltRange">
             <summary>
-            Gets lower limit and upper limit for tilt position.
+            Gets the lower limit and the upper limit for the tilt position.
             </summary>
             <since_tizen> 3 </since_tizen>
             <remarks>
-            If min value is greater than the max value, it means this feature is not supported.
+            If the minimum value is greater than the maximum value, it means this feature is not supported.
             </remarks>
             <exception cref="T:System.NotSupportedException">In case of this feature is not supported.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.EnableTag">
             <summary>
             The scene mode.
-            true if EXIF tags are enabled in JPEG file, otherwise false.
             </summary>
+            <value>true if EXIF tags are enabled in the JPEG file, otherwise false.</value>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.ImageDescriptionTag">
             <summary>
             The camera image description in the EXIF tag.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.SoftwareTag">
             <summary>
             The software information in the EXIF tag.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.GeoTag">
             <summary>
-            The geotag(GPS data) in the EXIF tag.
+            The geo tag(GPS data) in the EXIF tag.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="M:Tizen.Multimedia.CameraSettings.RemoveGeoTag">
             <summary>
-            Removes the geotag(GPS data) in the EXIF(Exchangeable image file format) tag.
+            Removes the geo tag(GPS data) in the EXIF(EXchangeable Image File format) tag.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="P:Tizen.Multimedia.CameraSettings.OrientationTag">
             <summary>
             The camera orientation in the tag.
             </summary>
             <since_tizen> 3 </since_tizen>
-            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed.</exception>
+            <exception cref="T:System.ObjectDisposedException">The camera already has been disposed of.</exception>
         </member>
         <member name="T:Tizen.Multimedia.CameraStateChangedEventArgs">
             <summary>
-            An extended EventArgs class which contains details about previous and current state
+            An extended EventArgs class which contains details about the previous and the current state
             of the camera when its state is changed.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.CameraStateChangedEventArgs.Previous">
             <summary>
-            Previous state of the camera.
+            Gets the previous state of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraStateChangedEventArgs.Current">
             <summary>
-            Current state of the camera.
+            Gets the current state of the camera.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.CameraStateChangedEventArgs.ByPolicy">
             <summary>
-            true if the state changed by policy such as Resource Conflict or Security, otherwise false
-            in normal state change.
+            Gets the value indicating whether the state is changed by policy.
             </summary>
+            <value>
+            true if the state changed by policy such as resource conflict or security, otherwise false.
+            </value>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="T:Tizen.Multimedia.DoublePlane">
         </member>
         <member name="T:Tizen.Multimedia.EncodedPlane">
             <summary>
-            The class containing Encoded image data.
+            The class containing the encoded image data.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.EncodedPlane.Data">
             <summary>
-            The buffer containing encoded image data.
+            The buffer containing the encoded image data.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="T:Tizen.Multimedia.FaceDetectedEventArgs">
             <summary>
             An extended EventArgs class which contains details about all the faces detected.
-            If user need to remain faces data, user have to copy the data.
+            If the user needs to keep the faces data, the user has to copy the data.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.FaceDetectedEventArgs.Faces">
             <summary>
-            List containing faces of type <see cref="T:Tizen.Multimedia.FaceDetectionData"/>.
+            The list containing faces of type <see cref="T:Tizen.Multimedia.FaceDetectionData"/>.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="P:Tizen.Multimedia.FaceDetectionData.Id">
             <summary>
-            The Id of each face.
+            The ID of each face.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="T:Tizen.Multimedia.HdrCaptureProgressEventArgs">
             <summary>
-            An extended EventArgs class which contains details about the hdr capture progress.
+            An extended EventArgs class which contains details about the HDR capture progress.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.HdrCaptureProgressEventArgs.Percent">
             <summary>
-            Hdr Capture progress in percent.
+            The HDR capture progress in percent.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="T:Tizen.Multimedia.Location">
             <summary>
-            Location class containing GPS data details.
+            The location class containing GPS data details.
             </summary>
         </member>
         <member name="M:Tizen.Multimedia.Location.#ctor(System.Double,System.Double,System.Double)">
             <summary>
-            Public constructor.
+            The public constructor.
             </summary>
-            <param name="latitude">Latitude data</param>
-            <param name="longitude">Longitude data</param>
-            <param name="altitude">Altitude data</param>
+            <param name="latitude">The latitude data.</param>
+            <param name="longitude">The longitude data.</param>
+            <param name="altitude">The altitude data.</param>
         </member>
         <member name="P:Tizen.Multimedia.Location.Latitude">
             <summary>
-            The Latitude data.
+            The latitude data.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.Location.Longitude">
             <summary>
-            The Longitude data.
+            The longitude data.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.Location.Altitude">
             <summary>
-            The Altitude data.
+            The altitude data.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="T:Tizen.Multimedia.MediaPacketPreviewEventArgs">
             <summary>
-            An extended EventArgs class which contains details about the Media packet preview frame.
+            An extended EventArgs class which contains details about the media packet preview frame.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.MediaPacketPreviewEventArgs.Packet">
             <summary>
-            Media Packet data.
+            The media packet data.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         </member>
         <member name="P:Tizen.Multimedia.PreviewEventArgs.Preview">
             <summary>
-            PreviewData frame.
+            The PreviewData frame.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="T:Tizen.Multimedia.PreviewFrame">
             <summary>
-            The class containing preview image data.
+            The class containing the preview image data.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.PreviewFrame.Format">
         </member>
         <member name="P:Tizen.Multimedia.PreviewFrame.TimeStamp">
             <summary>
-            The timestamp of preview frame.
+            The time stamp of the preview frame.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.PreviewFrame.PlaneType">
             <summary>
-            The type of preview plane. <see cref="T:Tizen.Multimedia.PlaneType"/>
+            The type of the preview plane. <see cref="T:Tizen.Multimedia.PlaneType"/>
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="P:Tizen.Multimedia.PreviewFrame.Plane">
             <summary>
-            The buffer including preview frame.
+            The buffer including the preview frame.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>
         <member name="T:Tizen.Multimedia.SinglePlane">
             <summary>
-            The class containing image data which has single plane.
+            The class containing the image data, which has a single plane.
             </summary>
         </member>
         <member name="P:Tizen.Multimedia.SinglePlane.Data">
         </member>
         <member name="P:Tizen.Multimedia.StillImage.Data">
             <summary>
-            The buffer containing still image.
+            The buffer containing the still image.
             </summary>
             <since_tizen> 3 </since_tizen>
         </member>