AWSComprehendContainsPiiEntitiesRequest
Objective-C
@interface AWSComprehendContainsPiiEntitiesRequest
Swift
class AWSComprehendContainsPiiEntitiesRequest
-
The language of the input documents.
Declaration
Objective-C
@property (nonatomic) AWSComprehendLanguageCode languageCode;
Swift
var languageCode: AWSComprehendLanguageCode { get set }
-
Creates a new document classification request to analyze a single document in real-time, returning personally identifiable information (PII) entity labels.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable text;
Swift
var text: String? { get set }