public sealed class ProcessOptions.Types.LayoutConfig : IMessage<ProcessOptions.Types.LayoutConfig>, IEquatable<ProcessOptions.Types.LayoutConfig>, IDeepCloneable<ProcessOptions.Types.LayoutConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class ProcessOptions.Types.LayoutConfig.
Serving config for layout parser processor.
Implements
IMessageProcessOptionsTypesLayoutConfig, IEquatableProcessOptionsTypesLayoutConfig, IDeepCloneableProcessOptionsTypesLayoutConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
LayoutConfig()
public LayoutConfig()
LayoutConfig(LayoutConfig)
public LayoutConfig(ProcessOptions.Types.LayoutConfig other)
Parameter | |
---|---|
Name | Description |
other |
ProcessOptionsTypesLayoutConfig |
Properties
ChunkingConfig
public ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig ChunkingConfig { get; set; }
Optional. Config for chunking in layout parser processor.
Property Value | |
---|---|
Type | Description |
ProcessOptionsTypesLayoutConfigTypesChunkingConfig |
EnableImageAnnotation
public bool EnableImageAnnotation { get; set; }
Optional. Whether to include image annotations in layout parser response.
Property Value | |
---|---|
Type | Description |
bool |
EnableImageExtraction
public bool EnableImageExtraction { get; set; }
Optional. Whether to extract images in layout parser response.
Property Value | |
---|---|
Type | Description |
bool |
EnableLlmLayoutParsing
public bool EnableLlmLayoutParsing { get; set; }
Optional. Whether to refine PDF layout using LLM.
Property Value | |
---|---|
Type | Description |
bool |
EnableTableAnnotation
public bool EnableTableAnnotation { get; set; }
Optional. Whether to include table annotations in layout parser response.
Property Value | |
---|---|
Type | Description |
bool |
ReturnBoundingBoxes
public bool ReturnBoundingBoxes { get; set; }
Optional. Whether to include bounding boxes in layout parser processor response.
Property Value | |
---|---|
Type | Description |
bool |
ReturnImages
public bool ReturnImages { get; set; }
Optional. Whether to include images in layout parser processor response.
Property Value | |
---|---|
Type | Description |
bool |