Class GoogleCloudDocumentaiV1OcrConfigPremiumFeatures
Configurations for premium OCR features.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1OcrConfigPremiumFeatures : IDirectResponseSchema
Properties
ComputeStyleInfo
Turn on font identification model and return font style information.
Declaration
[JsonProperty("computeStyleInfo")]
public virtual bool? ComputeStyleInfo { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableMathOcr
Turn on the model that can extract LaTeX math formulas.
Declaration
[JsonProperty("enableMathOcr")]
public virtual bool? EnableMathOcr { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableSelectionMarkDetection
Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.
Declaration
[JsonProperty("enableSelectionMarkDetection")]
public virtual bool? EnableSelectionMarkDetection { get; set; }
Property Value
Type | Description |
---|---|
bool? |