Show / Hide Table of Contents

Class CfnDataAutomationProjectPropsMixin.StandardOutputConfigurationProperty

The project's standard output configuration.

Inheritance
object
CfnDataAutomationProjectPropsMixin.StandardOutputConfigurationProperty
Implements
CfnDataAutomationProjectPropsMixin.IStandardOutputConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.StandardOutputConfigurationProperty : CfnDataAutomationProjectPropsMixin.IStandardOutputConfigurationProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.StandardOutputConfigurationProperty Implements CfnDataAutomationProjectPropsMixin.IStandardOutputConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-standardoutputconfiguration.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.CfnPropertyMixins.AWS.Bedrock;

             var standardOutputConfigurationProperty = new StandardOutputConfigurationProperty {
                 Audio = new AudioStandardOutputConfigurationProperty {
                     Extraction = 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" }
                         }
                     },
                     GenerativeField = new AudioStandardGenerativeFieldProperty {
                         State = "state",
                         Types = new [] { "types" }
                     }
                 },
                 Document = new DocumentStandardOutputConfigurationProperty {
                     Extraction = new DocumentStandardExtractionProperty {
                         BoundingBox = new DocumentBoundingBoxProperty {
                             State = "state"
                         },
                         Granularity = new DocumentExtractionGranularityProperty {
                             Types = new [] { "types" }
                         }
                     },
                     GenerativeField = new DocumentStandardGenerativeFieldProperty {
                         State = "state"
                     },
                     OutputFormat = new DocumentOutputFormatProperty {
                         AdditionalFileFormat = new DocumentOutputAdditionalFileFormatProperty {
                             State = "state"
                         },
                         TextFormat = new DocumentOutputTextFormatProperty {
                             Types = new [] { "types" }
                         }
                     }
                 },
                 Image = new ImageStandardOutputConfigurationProperty {
                     Extraction = new ImageStandardExtractionProperty {
                         BoundingBox = new ImageBoundingBoxProperty {
                             State = "state"
                         },
                         Category = new ImageExtractionCategoryProperty {
                             State = "state",
                             Types = new [] { "types" }
                         }
                     },
                     GenerativeField = new ImageStandardGenerativeFieldProperty {
                         State = "state",
                         Types = new [] { "types" }
                     }
                 },
                 Video = new VideoStandardOutputConfigurationProperty {
                     Extraction = new VideoStandardExtractionProperty {
                         BoundingBox = new VideoBoundingBoxProperty {
                             State = "state"
                         },
                         Category = new VideoExtractionCategoryProperty {
                             State = "state",
                             Types = new [] { "types" }
                         }
                     },
                     GenerativeField = new VideoStandardGenerativeFieldProperty {
                         State = "state",
                         Types = new [] { "types" }
                     }
                 }
             };

Synopsis

Constructors

StandardOutputConfigurationProperty()

The project's standard output configuration.

Properties

Audio

Settings for processing audio.

Document

Settings for processing documents.

Image

Settings for processing images.

Video

Settings for processing video.

Constructors

StandardOutputConfigurationProperty()

The project's standard output configuration.

public StandardOutputConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-standardoutputconfiguration.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.CfnPropertyMixins.AWS.Bedrock;

             var standardOutputConfigurationProperty = new StandardOutputConfigurationProperty {
                 Audio = new AudioStandardOutputConfigurationProperty {
                     Extraction = 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" }
                         }
                     },
                     GenerativeField = new AudioStandardGenerativeFieldProperty {
                         State = "state",
                         Types = new [] { "types" }
                     }
                 },
                 Document = new DocumentStandardOutputConfigurationProperty {
                     Extraction = new DocumentStandardExtractionProperty {
                         BoundingBox = new DocumentBoundingBoxProperty {
                             State = "state"
                         },
                         Granularity = new DocumentExtractionGranularityProperty {
                             Types = new [] { "types" }
                         }
                     },
                     GenerativeField = new DocumentStandardGenerativeFieldProperty {
                         State = "state"
                     },
                     OutputFormat = new DocumentOutputFormatProperty {
                         AdditionalFileFormat = new DocumentOutputAdditionalFileFormatProperty {
                             State = "state"
                         },
                         TextFormat = new DocumentOutputTextFormatProperty {
                             Types = new [] { "types" }
                         }
                     }
                 },
                 Image = new ImageStandardOutputConfigurationProperty {
                     Extraction = new ImageStandardExtractionProperty {
                         BoundingBox = new ImageBoundingBoxProperty {
                             State = "state"
                         },
                         Category = new ImageExtractionCategoryProperty {
                             State = "state",
                             Types = new [] { "types" }
                         }
                     },
                     GenerativeField = new ImageStandardGenerativeFieldProperty {
                         State = "state",
                         Types = new [] { "types" }
                     }
                 },
                 Video = new VideoStandardOutputConfigurationProperty {
                     Extraction = new VideoStandardExtractionProperty {
                         BoundingBox = new VideoBoundingBoxProperty {
                             State = "state"
                         },
                         Category = new VideoExtractionCategoryProperty {
                             State = "state",
                             Types = new [] { "types" }
                         }
                     },
                     GenerativeField = new VideoStandardGenerativeFieldProperty {
                         State = "state",
                         Types = new [] { "types" }
                     }
                 }
             };

Properties

Audio

Settings for processing audio.

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

object

Remarks

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

Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IAudioStandardOutputConfigurationProperty

Document

Settings for processing documents.

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

object

Remarks

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

Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IDocumentStandardOutputConfigurationProperty

Image

Settings for processing images.

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

object

Remarks

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

Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IImageStandardOutputConfigurationProperty

Video

Settings for processing video.

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

object

Remarks

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

Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IVideoStandardOutputConfigurationProperty

Implements

CfnDataAutomationProjectPropsMixin.IStandardOutputConfigurationProperty
Back to top Generated by DocFX