AWSComprehendTaskConfig
Objective-C
@interface AWSComprehendTaskConfig
Swift
class AWSComprehendTaskConfig
Configuration about the model associated with a flywheel.
Required parameters: [LanguageCode]
-
Configuration required for a document classification model.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendDocumentClassificationConfig *_Nullable documentClassificationConfig;
Swift
var documentClassificationConfig: AWSComprehendDocumentClassificationConfig? { get set }
-
Configuration required for an entity recognition model.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendEntityRecognitionConfig *_Nullable entityRecognitionConfig;
Swift
var entityRecognitionConfig: AWSComprehendEntityRecognitionConfig? { get set }
-
Language code for the language that the model supports.
Declaration
Objective-C
@property (nonatomic) AWSComprehendLanguageCode languageCode;
Swift
var languageCode: AWSComprehendLanguageCode { get set }