AWSComprehendBatchDetectEntitiesItemResult
Objective-C
@interface AWSComprehendBatchDetectEntitiesItemResult
Swift
class AWSComprehendBatchDetectEntitiesItemResult
The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.
-
One or more Entity objects, one for each entity detected in the document.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendEntity *> *_Nullable entities;
Swift
var entities: [AWSComprehendEntity]? { get set }
-
The zero-based index of the document in the input list.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable index;
Swift
var index: NSNumber? { get set }