AWSComprehendDocumentClass
Objective-C
@interface AWSComprehendDocumentClass
Swift
class AWSComprehendDocumentClass
Specifies the class that categorizes the document being analyzed
-
The name of the class.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
Page number in the input document. This field is present in the response only if your request includes the
Byteparameter.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable page;Swift
var page: NSNumber? { get set } -
The confidence score that Amazon Comprehend has this class correctly attributed.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable score;Swift
var score: NSNumber? { get set }
View on GitHub
Install in Dash
AWSComprehendDocumentClass Class Reference