interface DocumentBoundingBoxProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataAutomationProjectPropsMixin.DocumentBoundingBoxProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataAutomationProjectPropsMixin_DocumentBoundingBoxProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.DocumentBoundingBoxProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataAutomationProjectPropsMixin.DocumentBoundingBoxProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataAutomationProjectPropsMixin » DocumentBoundingBoxProperty |
Bounding box settings for documents.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const documentBoundingBoxProperty: bedrock.CfnDataAutomationProjectPropsMixin.DocumentBoundingBoxProperty = {
state: 'state',
};
Properties
| Name | Type | Description |
|---|---|---|
| state? | string | Whether bounding boxes are enabled for documents. |
state?
Type:
string
(optional)
Whether bounding boxes are enabled for documents.

.NET
Go
Java
Python
TypeScript