AWSComprehendCreateEntityRecognizerResponse
Objective-C
@interface AWSComprehendCreateEntityRecognizerResponse
Swift
class AWSComprehendCreateEntityRecognizerResponse
-
The Amazon Resource Name (ARN) that identifies the entity recognizer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable entityRecognizerArn;
Swift
var entityRecognizerArn: String? { get set }