AWSComprehendDescribeTopicsDetectionJobResponse
Objective-C
@interface AWSComprehendDescribeTopicsDetectionJobResponse
Swift
class AWSComprehendDescribeTopicsDetectionJobResponse
-
The list of properties for the requested job.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendTopicsDetectionJobProperties *_Nullable topicsDetectionJobProperties;
Swift
var topicsDetectionJobProperties: AWSComprehendTopicsDetectionJobProperties? { get set }