AWSComprehendDescribeEntityRecognizerResponse
Objective-C
@interface AWSComprehendDescribeEntityRecognizerResponse
Swift
class AWSComprehendDescribeEntityRecognizerResponse
-
Describes information associated with an entity recognizer.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendEntityRecognizerProperties *_Nullable entityRecognizerProperties;
Swift
var entityRecognizerProperties: AWSComprehendEntityRecognizerProperties? { get set }