AWSComprehendClassifyDocumentRequest
Objective-C
@interface AWSComprehendClassifyDocumentRequest
Swift
class AWSComprehendClassifyDocumentRequest
-
The Amazon Resource Number (ARN) of the endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endpointArn;
Swift
var endpointArn: String? { get set }
-
The document text to be analyzed.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable text;
Swift
var text: String? { get set }