Skip to content

Commit ee6e1a8

Browse files
Merge pull request #73 from dynamsoft-docs/preview
update to internal commit d418debd
2 parents e6aa2ad + 54356a8 commit ee6e1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/ios/api-reference/processed-document-result.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ProcessedDocumentResult : CapturedResultBase
3434
| Attributes | Type | Description |
3535
| ---------- | ---- | ----------- |
3636
| [`deskewedImageResultItems`](#deskewedimageresultitems) | *NSArray<DSDeskewedImageResultItem \*>* | The deskew images represented by an array of [`DeskewedImageResultItem`](deskewed-image-result-item.md). |
37-
| [`detectedQuadResultItems`](#detectedquadresultitems) | *NSArray<DSDetectedImageResultItem \*>* | The detected boundaries represented by an array of [`DetectedImageResultItem`](detected-image-result-item.md). |
37+
| [`detectedQuadResultItems`](#detectedquadresultitems) | *NSArray<DSDetectedQuadResultItem \*>* | The detected boundaries represented by an array of [`DetectedQuadResultItem`](detected-quad-result-item.md). |
3838
| [`enhancedImageResultItems`](#enhancedimageresultitems) | *NSArray<DSEnhancedImageResultItem \*>* | The enhanced images represented by an array of [`EnhancedImageResultItem`](enhanced-image-result-item.md). |
3939

4040
The following attributes are inherited from [`DSCapturedResultBase`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-base.html):
@@ -70,7 +70,7 @@ The array of the deskewed image result items.
7070

7171
### detectedQuadResultItems
7272

73-
The detected boundaries represented by an array of [`DSDetectedImageResultItem`](detected-image-result-item.md).
73+
The detected boundaries represented by an array of [`DSDetectedQuadResultItem`](detected-quad-result-item.md).
7474

7575
<div class="sample-code-prefix"></div>
7676
>- Objective-C

0 commit comments

Comments
 (0)