AWSComprehendDetectToxicContentRequest
Objective-C
@interface AWSComprehendDetectToxicContentRequest
Swift
class AWSComprehendDetectToxicContentRequest
-
The language of the input text. Currently, English is the only supported language.
Declaration
Objective-C
@property (nonatomic) AWSComprehendLanguageCode languageCode;
Swift
var languageCode: AWSComprehendLanguageCode { get set }
-
A list of up to 10 text strings. Each string has a maximum size of 1 KB, and the maximum size of the list is 10 KB.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendTextSegment *> *_Nullable textSegments;
Swift
var textSegments: [AWSComprehendTextSegment]? { get set }