Class CfnDataAutomationProjectPropsMixin.AudioStandardExtractionProperty
Settings for generating data from audio.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.AudioStandardExtractionProperty : CfnDataAutomationProjectPropsMixin.IAudioStandardExtractionProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.AudioStandardExtractionProperty Implements CfnDataAutomationProjectPropsMixin.IAudioStandardExtractionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var audioStandardExtractionProperty = new AudioStandardExtractionProperty {
Category = new AudioExtractionCategoryProperty {
State = "state",
TypeConfiguration = new AudioExtractionCategoryTypeConfigurationProperty {
Transcript = new TranscriptConfigurationProperty {
ChannelLabeling = new ChannelLabelingConfigurationProperty {
State = "state"
},
SpeakerLabeling = new SpeakerLabelingConfigurationProperty {
State = "state"
}
}
},
Types = new [] { "types" }
}
};
Synopsis
Constructors
| AudioStandardExtractionProperty() | Settings for generating data from audio. |
Properties
| Category | Settings for generating data from audio. |
Constructors
AudioStandardExtractionProperty()
Settings for generating data from audio.
public AudioStandardExtractionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var audioStandardExtractionProperty = new AudioStandardExtractionProperty {
Category = new AudioExtractionCategoryProperty {
State = "state",
TypeConfiguration = new AudioExtractionCategoryTypeConfigurationProperty {
Transcript = new TranscriptConfigurationProperty {
ChannelLabeling = new ChannelLabelingConfigurationProperty {
State = "state"
},
SpeakerLabeling = new SpeakerLabelingConfigurationProperty {
State = "state"
}
}
},
Types = new [] { "types" }
}
};
Properties
Category
Settings for generating data from audio.
public object? Category { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IAudioExtractionCategoryProperty