AWSComprehendBatchDetectTargetedSentimentItemResult
Objective-C
@interface AWSComprehendBatchDetectTargetedSentimentItemResult
Swift
class AWSComprehendBatchDetectTargetedSentimentItemResult
Analysis results for one of the documents in the batch.
-
An array of targeted sentiment entities.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendTargetedSentimentEntity *> *_Nullable entities;Swift
var entities: [AWSComprehendTargetedSentimentEntity]? { get set } -
The zero-based index of this result in the input list.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable index;Swift
var index: NSNumber? { get set }
View on GitHub
Install in Dash
AWSComprehendBatchDetectTargetedSentimentItemResult Class Reference