AWSComprehendDescribeEntitiesDetectionJobResponse
Objective-C
@interface AWSComprehendDescribeEntitiesDetectionJobResponse
Swift
class AWSComprehendDescribeEntitiesDetectionJobResponse
-
An object that contains the properties associated with an entities detection job.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendEntitiesDetectionJobProperties *_Nullable entitiesDetectionJobProperties;
Swift
var entitiesDetectionJobProperties: AWSComprehendEntitiesDetectionJobProperties? { get set }