Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig

Serving config for layout parser processor.

Inheritance
object
GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableImageAnnotation

Optional. Whether to include image annotations in layout parser response.

Declaration
[JsonProperty("enableImageAnnotation")]
public virtual bool? EnableImageAnnotation { get; set; }
Property Value
Type Description
bool?

EnableImageExtraction

Optional. Whether to extract images in layout parser response.

Declaration
[JsonProperty("enableImageExtraction")]
public virtual bool? EnableImageExtraction { get; set; }
Property Value
Type Description
bool?

EnableLlmLayoutParsing

Optional. Whether to refine PDF layout using LLM.

Declaration
[JsonProperty("enableLlmLayoutParsing")]
public virtual bool? EnableLlmLayoutParsing { get; set; }
Property Value
Type Description
bool?

EnableTableAnnotation

Optional. Whether to include table annotations in layout parser response.

Declaration
[JsonProperty("enableTableAnnotation")]
public virtual bool? EnableTableAnnotation { 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX