Class TableExtractionParams
Parameters to control table extraction behavior.
Inheritance
System.Object
TableExtractionParams
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class TableExtractionParams : IMessage<TableExtractionParams>, IEquatable<TableExtractionParams>, IDeepCloneable<TableExtractionParams>, IBufferMessage, IMessage
Constructors
TableExtractionParams()
Declaration
public TableExtractionParams()
TableExtractionParams(TableExtractionParams)
Declaration
public TableExtractionParams(TableExtractionParams other)
Parameters
| Type | Name | Description |
|---|---|---|
| TableExtractionParams | other |
Properties
Enabled
Whether to enable table extraction.
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
HeaderHints
Optional. Table header hints. The extraction will bias towards producing these terms as table headers, which may improve accuracy.
Declaration
public RepeatedField<string> HeaderHints { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<System.String> |
ModelVersion
Model version of the table extraction system. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
Declaration
public string ModelVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TableBoundHints
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
Declaration
public RepeatedField<TableBoundHint> TableBoundHints { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<TableBoundHint> |