Cloud Document AI v1 API - Class OcrConfig.Types.PremiumFeatures (3.15.0)

public sealed class OcrConfig.Types.PremiumFeatures : IMessage<OcrConfig.Types.PremiumFeatures>, IEquatable<OcrConfig.Types.PremiumFeatures>, IDeepCloneable<OcrConfig.Types.PremiumFeatures>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class OcrConfig.Types.PremiumFeatures.

Configurations for premium OCR features.

Inheritance

object > OcrConfig.Types.PremiumFeatures

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

PremiumFeatures()

public PremiumFeatures()

PremiumFeatures(PremiumFeatures)

public PremiumFeatures(OcrConfig.Types.PremiumFeatures other)
Parameter
NameDescription
otherOcrConfigTypesPremiumFeatures

Properties

ComputeStyleInfo

public bool ComputeStyleInfo { get; set; }

Turn on font identification model and return font style information.

Property Value
TypeDescription
bool

EnableMathOcr

public bool EnableMathOcr { get; set; }

Turn on the model that can extract LaTeX math formulas.

Property Value
TypeDescription
bool

EnableSelectionMarkDetection

public bool EnableSelectionMarkDetection { get; set; }

Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.

Property Value
TypeDescription
bool