Show / Hide Table of Contents

Class CfnDataAutomationProjectPropsMixin.AudioStandardExtractionProperty

Settings for generating data from audio.

Inheritance
object
CfnDataAutomationProjectPropsMixin.AudioStandardExtractionProperty
Implements
CfnDataAutomationProjectPropsMixin.IAudioStandardExtractionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardextraction.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardextraction.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardextraction.html#cfn-bedrock-dataautomationproject-audiostandardextraction-category

Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IAudioExtractionCategoryProperty

Implements

CfnDataAutomationProjectPropsMixin.IAudioStandardExtractionProperty
Back to top Generated by DocFX