AWSComprehendDetectKeyPhrasesRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSComprehendModel.h AWSComprehendModel.m |
languageCode
The language of the input documents. You can specify English ("en") or Spanish ("es"). All documents must be in the same language.
@property (nonatomic, assign) AWSComprehendLanguageCode languageCode
Declared In
AWSComprehendModel.h
text
A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
@property (nonatomic, strong) NSString *text
Declared In
AWSComprehendModel.h