AWSTextractLendingSummary
Objective-C
@interface AWSTextractLendingSummary
Swift
class AWSTextractLendingSummary
Contains information regarding DocumentGroups and UndetectedDocumentTypes.
-
Contains an array of all DocumentGroup objects.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTextractDocumentGroup *> *_Nullable documentGroups;
Swift
var documentGroups: [AWSTextractDocumentGroup]? { get set }
-
UndetectedDocumentTypes.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable undetectedDocumentTypes;
Swift
var undetectedDocumentTypes: [String]? { get set }