interface VideoStandardExtractionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnDataAutomationProjectPropsMixin.VideoStandardExtractionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnDataAutomationProjectPropsMixin_VideoStandardExtractionProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataAutomationProjectPropsMixin.VideoStandardExtractionProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnDataAutomationProjectPropsMixin.VideoStandardExtractionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const videoStandardExtractionProperty: bedrock_mixins.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