Class GoogleCloudDocumentaiV1ProcessOptions
Options for Process API
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ProcessOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FromEnd
Only process certain pages from the end, same as above.
Declaration
[JsonProperty("fromEnd")]
public virtual int? FromEnd { get; set; }
Property Value
Type | Description |
---|---|
int? |
FromStart
Only process certain pages from the start. Process all if the document has fewer pages.
Declaration
[JsonProperty("fromStart")]
public virtual int? FromStart { get; set; }
Property Value
Type | Description |
---|---|
int? |
IndividualPageSelector
Which pages to process (1-indexed).
Declaration
[JsonProperty("individualPageSelector")]
public virtual GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector IndividualPageSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector |
LayoutConfig
Optional. Only applicable to LAYOUT_PARSER_PROCESSOR
. Returns error if set on other processor types.
Declaration
[JsonProperty("layoutConfig")]
public virtual GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig LayoutConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig |
OcrConfig
Only applicable to OCR_PROCESSOR
and FORM_PARSER_PROCESSOR
. Returns error if set on other processor
types.
Declaration
[JsonProperty("ocrConfig")]
public virtual GoogleCloudDocumentaiV1OcrConfig OcrConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1OcrConfig |
SchemaOverride
Optional. Override the schema of the ProcessorVersion. Will return an Invalid Argument error if this field is set when the underlying ProcessorVersion doesn't support schema override.
Declaration
[JsonProperty("schemaOverride")]
public virtual GoogleCloudDocumentaiV1DocumentSchema SchemaOverride { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentSchema |