AWSComprehendBatchDetectTargetedSentimentResponse
Objective-C
@interface AWSComprehendBatchDetectTargetedSentimentResponse
Swift
class AWSComprehendBatchDetectTargetedSentimentResponse
-
List of errors that the operation can return.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendBatchItemError *> *_Nullable errorList;Swift
var errorList: [AWSComprehendBatchItemError]? { get set } -
A list of objects containing the results of the operation. The results are sorted in ascending order by the
Indexfield and match the order of the documents in the input list. If all of the documents contain an error, theResultListis empty.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendBatchDetectTargetedSentimentItemResult *> *_Nullable resultList;Swift
var resultList: [AWSComprehendBatchDetectTargetedSentimentItemResult]? { get set }
View on GitHub
Install in Dash
AWSComprehendBatchDetectTargetedSentimentResponse Class Reference