Class GoogleCloudDocumentaiV1beta3ProcessOptions
Options for Process API
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ProcessOptions : 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 GoogleCloudDocumentaiV1beta3ProcessOptionsIndividualPageSelector IndividualPageSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3ProcessOptionsIndividualPageSelector |
LayoutConfig
Optional. Only applicable to LAYOUT_PARSER_PROCESSOR
. Returns error if set on other processor types.
Declaration
[JsonProperty("layoutConfig")]
public virtual GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig LayoutConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig |
OcrConfig
Only applicable to OCR_PROCESSOR
and FORM_PARSER_PROCESSOR
. Returns error if set on other processor
types.
Declaration
[JsonProperty("ocrConfig")]
public virtual GoogleCloudDocumentaiV1beta3OcrConfig OcrConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3OcrConfig |
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 GoogleCloudDocumentaiV1beta3DocumentSchema SchemaOverride { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentSchema |