Class CfnDataAutomationProject.DocumentStandardOutputConfigurationProperty
Output settings for processing documents.
Inheritance
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DocumentStandardOutputConfigurationProperty : Object, CfnDataAutomationProject.IDocumentStandardOutputConfigurationProperty
Syntax (vb)
Public Class DocumentStandardOutputConfigurationProperty
Inherits Object
Implements CfnDataAutomationProject.IDocumentStandardOutputConfigurationProperty
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 documentStandardOutputConfigurationProperty = 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" }
}
}
};
Synopsis
Constructors
Document |
Properties
Extraction | Settings for populating data fields that describe the document. |
Generative |
Whether to generate descriptions. |
Output |
The output format to generate. |
Constructors
DocumentStandardOutputConfigurationProperty()
public DocumentStandardOutputConfigurationProperty()
Properties
Extraction
Settings for populating data fields that describe the document.
public object Extraction { get; set; }
Property Value
System.
Remarks
GenerativeField
Whether to generate descriptions.
public object GenerativeField { get; set; }
Property Value
System.
Remarks
OutputFormat
The output format to generate.
public object OutputFormat { get; set; }
Property Value
System.