Skip to content

Commit e6aa2ad

Browse files
Merge pull request #72 from dynamsoft-docs/preview
update to internal commit c9dcca3b
2 parents 39260f2 + 34cbd6a commit e6aa2ad

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
---
22
layout: default-layout
3-
title: NormalizedImagesResult - Dynamsoft Document Normalizer iOS SDK API Reference
4-
description: The class NormalizedImagesResult represents a collection of captured result items whose type are normalized images.
3+
title: ProcessedDocumentResult - Dynamsoft Document Normalizer iOS SDK API Reference
4+
description: The class ProcessedDocumentResult represents a collection of captured result items whose type are detected boundaries, deskew images or enhanced images.
55
keywords: normalized images, objective-c, objc, swift
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
99
---
1010

11-
# NormalizedImagesResult
11+
# ProcessedDocumentResult
1212

13-
The `NormalizedImagesResult` class represents a collection of [`NormalizedImageResultItem`](normalized-image-result-item.md), the basic unit of a normalized image result.
13+
The class `ProcessedDocumentResult` represents a collection of captured result items whose types are detected boundaries, deskew images or enhanced images.
1414

1515
## Definition
1616

1717
*Assembly:* DynamsoftCaptureVisionBundle.xcframework
1818

19-
```java
20-
class NormalizedImagesResult
19+
<div class="sample-code-prefix"></div>
20+
>- Objective-C
21+
>- Swift
22+
>
23+
>1.
24+
```objc
25+
@interface DSProcessedDocumentResult : DSCapturedResultBase
26+
```
27+
2.
28+
```swift
29+
class ProcessedDocumentResult : CapturedResultBase
2130
```
2231

2332
## Attributes

0 commit comments

Comments
 (0)