Class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata
Metadata for Human Review config.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata : IDirectResponseSchema
Properties
ConfidenceThreshold
The confidence threshold if human review validation is enabled.
Declaration
[JsonProperty("confidenceThreshold")]
public virtual float? ConfidenceThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableValidation
Whether to enable human review validation.
Declaration
[JsonProperty("enableValidation")]
public virtual bool? EnableValidation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |