AWSComprehendDetectKeyPhrasesRequest
Objective-C
@interface AWSComprehendDetectKeyPhrasesRequest
Swift
class AWSComprehendDetectKeyPhrasesRequest
-
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
Declaration
Objective-C
@property (nonatomic) AWSComprehendLanguageCode languageCode;Swift
var languageCode: AWSComprehendLanguageCode { get set } -
A UTF-8 text string. The string must contain less than 100 KB of UTF-8 encoded characters.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable text;Swift
var text: String? { get set }
View on GitHub
Install in Dash
AWSComprehendDetectKeyPhrasesRequest Class Reference