Class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig
Serving config for layout parser processor.
Implements
Inherited Members
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? |