AWSComprehendDescribeTopicsDetectionJobRequest

Objective-C

@interface AWSComprehendDescribeTopicsDetectionJobRequest

Swift

class AWSComprehendDescribeTopicsDetectionJobRequest
  • The identifier assigned by the user to the detection job.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable jobId;

    Swift

    var jobId: String? { get set }