AWSRekognitionLabelAlias

Objective-C

@interface AWSRekognitionLabelAlias

Swift

class AWSRekognitionLabelAlias

A potential alias of for a given label.

  • The name of an alias for a given label.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }