CaptureImageResult Class
Represents a result of image capturing.
Constructor
CaptureImageResult
(
-
isSuccessful
-
failureReason
-
image
Parameters:
-
isSuccessful
BooleanWhether the result is successful.
-
failureReason
ImageCapturingFailureReasonReason of image capturing failure.
-
image
ImageCaptured image.
Item Index
Properties
Properties
isSuccessful
Boolean
Gets whether the result is successful.