Class CfnDataAutomationProject.AudioExtractionCategoryProperty
Settings for generating data from audio.
Inheritance
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AudioExtractionCategoryProperty : Object, CfnDataAutomationProject.IAudioExtractionCategoryProperty
Syntax (vb)
Public Class AudioExtractionCategoryProperty
Inherits Object
Implements CfnDataAutomationProject.IAudioExtractionCategoryProperty
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.Aws_bedrock;
var audioExtractionCategoryProperty = new AudioExtractionCategoryProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
};
Synopsis
Constructors
Audio |
Properties
State | Whether generating categorical data from audio is enabled. |
Types | The types of data to generate. |
Constructors
AudioExtractionCategoryProperty()
public AudioExtractionCategoryProperty()
Properties
State
Whether generating categorical data from audio is enabled.
public string State { get; set; }
Property Value
System.
Remarks
Types
The types of data to generate.
public string[] Types { get; set; }
Property Value
System.