AWSComprehendCreateDocumentClassifierResponse
Objective-C
@interface AWSComprehendCreateDocumentClassifierResponse
Swift
class AWSComprehendCreateDocumentClassifierResponse
-
The Amazon Resource Name (ARN) that identifies the document classifier.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable documentClassifierArn;
Swift
var documentClassifierArn: String? { get set }