Class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig
Serving config for layout parser processor.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig : IDirectResponseSchema
Properties
ChunkingConfig
Optional. Config for chunking in layout parser processor.
Declaration
[JsonProperty("chunkingConfig")]
public virtual GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig ChunkingConfig { get; set; }
Property Value
Type | Description |
---|---|
Google |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableLlmLayoutParsing
Optional. Whether to refine PDF layout using LLM.
Declaration
[JsonProperty("enableLlmLayoutParsing")]
public virtual bool? EnableLlmLayoutParsing { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReturnBoundingBoxes
Optional. Whether to include bounding boxes in layout parser processor response.
Declaration
[JsonProperty("returnBoundingBoxes")]
public virtual bool? ReturnBoundingBoxes { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReturnImages
Optional. Whether to include images in layout parser processor response.
Declaration
[JsonProperty("returnImages")]
public virtual bool? ReturnImages { get; set; }
Property Value
Type | Description |
---|---|
bool? |