AWSTextractDetectDocumentTextResponse
Objective-C
@interface AWSTextractDetectDocumentTextResponse
Swift
class AWSTextractDetectDocumentTextResponse
-
An array of
Block
objects that contain the text that’s detected in the document.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTextractBlock *> *_Nullable blocks;
Swift
var blocks: [AWSTextractBlock]? { get set }
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detectDocumentTextModelVersion;
Swift
var detectDocumentTextModelVersion: String? { get set }
-
Metadata about the document. It contains the number of pages that are detected in the document.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractDocumentMetadata *_Nullable documentMetadata;
Swift
var documentMetadata: AWSTextractDocumentMetadata? { get set }