

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Bedrock::DataAutomationProject ImageExtractionCategory
<a name="aws-properties-bedrock-dataautomationproject-imageextractioncategory"></a>

Settings for generating categorical data from images.

## Syntax
<a name="aws-properties-bedrock-dataautomationproject-imageextractioncategory-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-bedrock-dataautomationproject-imageextractioncategory-syntax.json"></a>

```
{
  "[State](#cfn-bedrock-dataautomationproject-imageextractioncategory-state)" : String,
  "[Types](#cfn-bedrock-dataautomationproject-imageextractioncategory-types)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-bedrock-dataautomationproject-imageextractioncategory-syntax.yaml"></a>

```
  [State](#cfn-bedrock-dataautomationproject-imageextractioncategory-state): String
  [Types](#cfn-bedrock-dataautomationproject-imageextractioncategory-types): 
    - String
```

## Properties
<a name="aws-properties-bedrock-dataautomationproject-imageextractioncategory-properties"></a>

`State`  <a name="cfn-bedrock-dataautomationproject-imageextractioncategory-state"></a>
Whether generating categorical data from images is enabled.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Types`  <a name="cfn-bedrock-dataautomationproject-imageextractioncategory-types"></a>
The types of data to generate.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)