interface VideoStandardExtractionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataAutomationProjectPropsMixin.VideoStandardExtractionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataAutomationProjectPropsMixin_VideoStandardExtractionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.VideoStandardExtractionProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataAutomationProjectPropsMixin.VideoStandardExtractionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataAutomationProjectPropsMixin » VideoStandardExtractionProperty |
Settings for generating data from video.
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 videoStandardExtractionProperty: bedrock.CfnDataAutomationProjectPropsMixin.VideoStandardExtractionProperty = {
boundingBox: {
state: 'state',
},
category: {
state: 'state',
types: ['types'],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| bounding | IResolvable | Video | Settings for generating bounding boxes. |
| category? | IResolvable | Video | Settings for generating categorical data. |
boundingBox?
Type:
IResolvable | Video
(optional)
Settings for generating bounding boxes.
category?
Type:
IResolvable | Video
(optional)
Settings for generating categorical data.

.NET
Go
Java
Python
TypeScript