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
Copy file name to clipboardExpand all lines: programming/android/api-reference/detected-quad-result-item.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The following methods are inherited from [`CapturedResultItem`]({{ site.dcv_andr
35
35
|------|-----------|
36
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
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. |
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
39
| [`getTaskName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettaskname) |The name of the task that generated the result. |
Copy file name to clipboardExpand all lines: programming/ios/api-reference/detected-quad-result-item.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The following attributes are inherited from [`DSCapturedResultItem`]({{ site.dcv
43
43
| ---------- | ---- | ----------- |
44
44
|[`type`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#type) |*DSCapturedResultItemType*| The type of the captured result item. |
45
45
|[`referencedItem`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#referenceditem) |*DSCapturedResultItem \**| The referenced captured result item. The reference dependencies is defined in the Capture Vision settings. |
46
-
|[`targetROIDefName`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#targetroidefname) |*NSString*| The name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/) object which includes a task that generated the result. |
46
+
|[`targetROIDefName`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#targetroidefname) |*NSString*| The name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/){:target="_blank"} object which includes a task that generated the result. |
47
47
|[`taskName`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#taskname) |*NSString*| The name of the task that generated the result. |
0 commit comments