AWSComprehendDetectSyntaxRequest
Objective-C
@interface AWSComprehendDetectSyntaxRequest
Swift
class AWSComprehendDetectSyntaxRequest
-
The language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German (“de”), English (“en”), Spanish (“es”), French (“fr”), Italian (“it”), or Portuguese (“pt”).
Declaration
Objective-C
@property (nonatomic) AWSComprehendSyntaxLanguageCode languageCode;
Swift
var languageCode: AWSComprehendSyntaxLanguageCode { get set }
-
A UTF-8 string. The maximum string size is 5 KB.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable text;
Swift
var text: String? { get set }