Show / Hide Table of Contents

Class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata

Metadata for Human Review config.

Inheritance
object
GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX