AWSComprehendDetectToxicContentResponse
Objective-C
@interface AWSComprehendDetectToxicContentResponse
Swift
class AWSComprehendDetectToxicContentResponse
-
Results of the content moderation analysis. Each entry in the results list contains a list of toxic content types identified in the text, along with a confidence score for each content type. The results list also includes a toxicity score for each entry in the results list.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendToxicLabels *> *_Nullable resultList;
Swift
var resultList: [AWSComprehendToxicLabels]? { get set }