Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig

Serving config for layout parser processor.

Inheritance
object
GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig
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.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig : IDirectResponseSchema

Properties

ChunkingConfig

Optional. Config for chunking in layout parser processor.

Declaration
[JsonProperty("chunkingConfig")]
public virtual GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig ChunkingConfig { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig

ETag

The ETag of the item.

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

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