Class GoogleCloudDocumentaiV1DocumentEntityValidationOutput
The output of the validation given the document and the validation rules.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentEntityValidationOutput : 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<GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult> ValidationResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult> |