Class EntityExtractionParams (1.0.0-beta03)

public sealed class EntityExtractionParams : IMessage<EntityExtractionParams>, IEquatable<EntityExtractionParams>, IDeepCloneable<EntityExtractionParams>, IBufferMessage, IMessage

Parameters to control entity extraction behavior.

Inheritance

Object > EntityExtractionParams

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

EntityExtractionParams()

public EntityExtractionParams()

EntityExtractionParams(EntityExtractionParams)

public EntityExtractionParams(EntityExtractionParams other)
Parameter
NameDescription
otherEntityExtractionParams

Properties

Enabled

public bool Enabled { get; set; }

Whether to enable entity extraction.

Property Value
TypeDescription
Boolean

ModelVersion

public string ModelVersion { get; set; }

Model version of the entity extraction. Default is "builtin/stable". Specify "builtin/latest" for the latest model.

Property Value
TypeDescription
String