AWSComprehendBatchDetectKeyPhrasesRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSComprehendModel.h AWSComprehendModel.m |
languageCode
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). All documents must be in the same language.
@property (nonatomic, assign) AWSComprehendLanguageCode languageCode
Declared In
AWSComprehendModel.h
textList
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.
@property (nonatomic, strong) NSArray<NSString*> *textList
Declared In
AWSComprehendModel.h