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
@@ -26,18 +26,17 @@ class DetectedQuadResultItem extends CapturedResultItem
26
26
27
27
| Methods | Description |
28
28
| ------- | ----------- |
29
-
| [`getLocation`](#getlocation) | Returns a Quadrilateral object as the location of current object. |
29
+
| [`getLocation`](#getlocation) | Get a Quadrilateral object as the location of current object. |
30
30
| [`getConfidenceAsDocumentBoundary`](#getconfidenceasdocumentboundary) | Returns the confidence score of the detected quadrilateral's boundary, measuring the certainty that the detected quadrilateral represents the boundary of a document. |
31
-
| [`getCrossVerificationStatus`](#getcrossverificationstatus) | Returns the cross verification status of the result item. |
32
31
33
32
The following methods are inherited from [`CapturedResultItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html).
34
33
35
34
|Method|Description|
36
35
|------|-----------|
37
-
| [`getType`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettype) |Returns the type of the captured result item, indicating what kind of data it represents. |
38
-
| [`getReferencedItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#getreferenceditem) |Returns a property of type `CapturedResultItem` that represents a reference to another captured result item. |
39
-
| [`getTargetROIDefName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) |Returns the name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/){:target="_blank"} object which includes a task that generated the result. |
40
-
| [`getTaskName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettaskname) |Returns the name of the task that generated the result. |
36
+
| [`getType`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettype) |Get the type of the captured result item, indicating what kind of data it represents. |
37
+
| [`getReferencedItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#getreferenceditem) |Get a property of type `CapturedResultItem` that represents a reference to another captured result item. |
38
+
| [`getTargetROIDefName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) |Gets the name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/){:target="_blank"} object which includes a task that generated the result. |
39
+
| [`getTaskName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettaskname) |The name of the task that generated the result. |
41
40
42
41
### getLocation
43
42
@@ -62,15 +61,3 @@ int getConfidenceAsDocumentBoundary();
62
61
**Return Value**
63
62
64
63
The confidence as document boundary of current object.
65
-
66
-
### getCrossVerificationStatus
67
-
68
-
Returns the cross verification status of the result. The cross verification status determines whether the result item is approved by the multi-frame cross verification mechanism. If approved, the cross verification status is `CVS_PASSED`. Otherwise, it is `CVS_FAILED`.
@@ -26,18 +26,17 @@ class NormalizedImageResultItem extends CapturedResultItem
26
26
27
27
| Methods | Description |
28
28
| ---------- | ----------- |
29
-
| [`getImageData`](#getimagedata) | Returns an `ImageData` object as the normalized image. |
30
-
| [`getLocation`](#getlocation) | Returns the quadrilateral from which you get the normalized image result item. |
31
-
| [`getCrossVerificationStatus`](#getcrossverificationstatus) | Returns the cross verification status of the result item. |
29
+
| [`getImageData`](#getimagedata) | Gets an `ImageData` object as the normalized image. |
30
+
| [`getLocation`](#getlocation) | The quadrilateral from which you get the normalized image result item. |
32
31
33
32
The following methods are inherited from [`CapturedResultItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html).
34
33
35
34
|Method|Description|
36
35
|------|-----------|
37
-
| [`getType`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettype) |Returns the type of the captured result item, indicating what kind of data it represents. |
38
-
| [`getReferencedItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#getreferenceditem) |Returns a property of type `CapturedResultItem` that represents a reference to another captured result item. |
39
-
| [`getTargetROIDefName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) |Returns the name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/) object which includes a task that generated the result. |
40
-
| [`getTaskName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettaskname) |Returns the name of the task that generated the result. |
36
+
| [`getType`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettype) |Get the type of the captured result item, indicating what kind of data it represents. |
37
+
| [`getReferencedItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#getreferenceditem) |Get a property of type `CapturedResultItem` that represents a reference to another captured result item. |
38
+
| [`getTargetROIDefName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) |Gets the name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/) object which includes a task that generated the result. |
39
+
| [`getTaskName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettaskname) |The name of the task that generated the result. |
41
40
42
41
### getImageData
43
42
@@ -62,15 +61,3 @@ Quadrilateral getLocation();
62
61
**Return Value**
63
62
64
63
The quadrilateral from which you get the normalized image result item.
65
-
66
-
### getCrossVerificationStatus
67
-
68
-
Returns the cross verification status of the result item. The cross verification status determines whether the result item is approved by the multi-frame cross verification mechanism. If approved, the cross verification status is `CVS_PASSED`. Otherwise, it is `CVS_FAILED`.
0 commit comments