AWSRekognitionListDatasetLabelsResponse

Objective-C

@interface AWSRekognitionListDatasetLabelsResponse

Swift

class AWSRekognitionListDatasetLabelsResponse
  • A list of the labels in the dataset.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSRekognitionDatasetLabelDescription *> *_Nullable datasetLabelDescriptions;

    Swift

    var datasetLabelDescriptions: [AWSRekognitionDatasetLabelDescription]? { get set }
  • If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }