Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1OcrConfigPremiumFeatures

Configurations for premium OCR features.

Inheritance
object
GoogleCloudDocumentaiV1OcrConfigPremiumFeatures
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX