AWSRekognitionReplicateProjectVersionResponse

Objective-C

@interface AWSRekognitionReplicateProjectVersionResponse

Swift

class AWSRekognitionReplicateProjectVersionResponse
  • The ARN of the copied model version in the destination project.

    Declaration

    Objective-C

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

    Swift

    var projectVersionArn: String? { get set }