Class CfnDataAutomationProject.StandardOutputConfigurationProperty
The project's standard output configuration.
Inheritance
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StandardOutputConfigurationProperty : Object, CfnDataAutomationProject.IStandardOutputConfigurationProperty
Syntax (vb)
Public Class StandardOutputConfigurationProperty
Inherits Object
Implements CfnDataAutomationProject.IStandardOutputConfigurationProperty
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 standardOutputConfigurationProperty = new StandardOutputConfigurationProperty {
Audio = new AudioStandardOutputConfigurationProperty {
Extraction = new AudioStandardExtractionProperty {
Category = new AudioExtractionCategoryProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
}
},
GenerativeField = new AudioStandardGenerativeFieldProperty {
State = "state",
// the properties below are optional
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",
// the properties below are optional
Types = new [] { "types" }
}
},
GenerativeField = new ImageStandardGenerativeFieldProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
}
},
Video = new VideoStandardOutputConfigurationProperty {
Extraction = new VideoStandardExtractionProperty {
BoundingBox = new VideoBoundingBoxProperty {
State = "state"
},
Category = new VideoExtractionCategoryProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
}
},
GenerativeField = new VideoStandardGenerativeFieldProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
}
}
};
Synopsis
Constructors
Standard |
Properties
Audio | Settings for processing audio. |
Document | Settings for processing documents. |
Image | Settings for processing images. |
Video | Settings for processing video. |
Constructors
StandardOutputConfigurationProperty()
public StandardOutputConfigurationProperty()
Properties
Audio
Settings for processing audio.
public object Audio { get; set; }
Property Value
System.
Remarks
Document
Settings for processing documents.
public object Document { get; set; }
Property Value
System.
Remarks
Image
Settings for processing images.
public object Image { get; set; }
Property Value
System.
Remarks
Video
Settings for processing video.
public object Video { get; set; }
Property Value
System.