AWSRekognitionDetectCustomLabelsResponse
Objective-C
@interface AWSRekognitionDetectCustomLabelsResponse
Swift
class AWSRekognitionDetectCustomLabelsResponse
-
An array of custom labels detected in the input image.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionCustomLabel *> *_Nullable customLabels;
Swift
var customLabels: [AWSRekognitionCustomLabel]? { get set }