Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin.AudioConfigurationProperty

Configuration settings for processing audio content in multimodal knowledge bases.

Inheritance
object
CfnKnowledgeBasePropsMixin.AudioConfigurationProperty
Implements
CfnKnowledgeBasePropsMixin.IAudioConfigurationProperty
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 CfnKnowledgeBasePropsMixin.AudioConfigurationProperty : CfnKnowledgeBasePropsMixin.IAudioConfigurationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.AudioConfigurationProperty Implements CfnKnowledgeBasePropsMixin.IAudioConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-audioconfiguration.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 audioConfigurationProperty = new AudioConfigurationProperty {
                 SegmentationConfiguration = new AudioSegmentationConfigurationProperty {
                     FixedLengthDuration = 123
                 }
             };

Synopsis

Constructors

AudioConfigurationProperty()

Configuration settings for processing audio content in multimodal knowledge bases.

Properties

SegmentationConfiguration

Configuration for segmenting audio content during processing.

Constructors

AudioConfigurationProperty()

Configuration settings for processing audio content in multimodal knowledge bases.

public AudioConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-audioconfiguration.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 audioConfigurationProperty = new AudioConfigurationProperty {
                 SegmentationConfiguration = new AudioSegmentationConfigurationProperty {
                     FixedLengthDuration = 123
                 }
             };

Properties

SegmentationConfiguration

Configuration for segmenting audio content during processing.

public object? SegmentationConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-audioconfiguration.html#cfn-bedrock-knowledgebase-audioconfiguration-segmentationconfiguration

Type union: either IResolvable or CfnKnowledgeBasePropsMixin.IAudioSegmentationConfigurationProperty

Implements

CfnKnowledgeBasePropsMixin.IAudioConfigurationProperty
Back to top Generated by DocFX