Class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput
The output of the validation given the document and the validation rules.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PassAllRules
The overall result of the validation, true if all applicable rules are valid.
Declaration
[JsonProperty("passAllRules")]
public virtual bool? PassAllRules { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ValidationResults
The result of each validation rule.
Declaration
[JsonProperty("validationResults")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult> ValidationResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult> |