You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [`getOriginalImageHashId`]({{ site.dcv_android_api }}core/basic-structures/captured-result-base.html#getoriginalimagehashid) |Gets the hash id of the original image. |
33
+
| [`getOriginalImageTag`]({{ site.dcv_android_api }}core/basic-structures/captured-result-base.html#getoriginalimagetag) |Gets the [ImageTag](image-tag.md) of the original image. |
34
+
| [`getRotationTransformMatrix`]({{ site.dcv_android_api }}core/basic-structures/captured-result-base.html#getrotationtransformmatrix) |Gets the rotation transformation matrix of the original image relative to the rotated image. |
35
+
| [`getErrorCode`]({{ site.dcv_android_api }}core/basic-structures/captured-result-base.html#geterrorcode) |Gets the error code of this result. |
36
+
| [`getErrorMessage`]({{ site.dcv_android_api }}core/basic-structures/captured-result-base.html#geterrormessage) |Gets the error message of this result. |
59
37
60
38
### getItems
61
39
@@ -72,27 +50,3 @@ Returns an array of `ParsedResultItem`.
Returns a pointer to a CImageTag object representing the tag of the source image.
37
+
The following attributes are inherited from [`DSCapturedResultBase`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-base.html):
84
38
85
-
**See Also**
39
+
| Attributes | Type | Description |
40
+
| ---------- | ---- | ----------- |
41
+
|[`originalImageHashId`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-base.html#originalimagehashid) |*NSString \**| The hash id of the original image. |
42
+
|[`originalImageTag`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-base.html#originalimagetag) |*DSImageTag \**| The [DSImageTag](image-tag.md) of the original image. |
43
+
|[`rotationTransformMatrix`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-base.html#rotationtransformmatrix) |*CGAffineTransform*| The rotation transformation matrix of the original image relative to the rotated image. |
44
+
|[`errorCode`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-base.html#errorcode) |*NSInteger*| Get the error code of this result. |
45
+
|[`errorMessage`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-base.html#errormessage) |*NSString \**| Get the error message of this result. |
0 commit comments