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

.NET
Go
Java
Python
TypeScript