Interface CfnDataAutomationProject.IStandardOutputConfigurationProperty
The project's standard output configuration.
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataAutomationProject.IStandardOutputConfigurationProperty
Syntax (vb)
Public Interface 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
TypeConfiguration = new AudioExtractionCategoryTypeConfigurationProperty {
Transcript = new TranscriptConfigurationProperty {
ChannelLabeling = new ChannelLabelingConfigurationProperty {
State = "state"
},
SpeakerLabeling = new SpeakerLabelingConfigurationProperty {
State = "state"
}
}
},
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
Properties
| Audio | Settings for processing audio. |
| Document | Settings for processing documents. |
| Image | Settings for processing images. |
| Video | Settings for processing video. |
Properties
Audio
Settings for processing audio.
object? Audio { get; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProject.IAudioStandardOutputConfigurationProperty
Document
Settings for processing documents.
object? Document { get; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProject.IDocumentStandardOutputConfigurationProperty
Image
Settings for processing images.
object? Image { get; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProject.IImageStandardOutputConfigurationProperty
Video
Settings for processing video.
object? Video { get; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProject.IVideoStandardOutputConfigurationProperty