public static interface Document.EntityValidationOutput.ValidationResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRuleDescription()
public abstract String getRuleDescription()The description of the validation rule.
string rule_description = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The ruleDescription. |
getRuleDescriptionBytes()
public abstract ByteString getRuleDescriptionBytes()The description of the validation rule.
string rule_description = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ruleDescription. |
getRuleName()
public abstract String getRuleName()The display name of the validation rule.
string rule_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The ruleName. |
getRuleNameBytes()
public abstract ByteString getRuleNameBytes()The display name of the validation rule.
string rule_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ruleName. |
getValidationDetails()
public abstract String getValidationDetails()The detailed information of the running the validation process using the entity from the document based on the validation rule.
string validation_details = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The validationDetails. |
getValidationDetailsBytes()
public abstract ByteString getValidationDetailsBytes()The detailed information of the running the validation process using the entity from the document based on the validation rule.
string validation_details = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for validationDetails. |
getValidationResultType()
public abstract Document.EntityValidationOutput.ValidationResult.ValidationResultType getValidationResultType()The result of the validation rule.
.google.cloud.documentai.v1beta3.Document.EntityValidationOutput.ValidationResult.ValidationResultType validation_result_type = 3;
| Returns | |
|---|---|
| Type | Description |
Document.EntityValidationOutput.ValidationResult.ValidationResultType |
The validationResultType. |
getValidationResultTypeValue()
public abstract int getValidationResultTypeValue()The result of the validation rule.
.google.cloud.documentai.v1beta3.Document.EntityValidationOutput.ValidationResult.ValidationResultType validation_result_type = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for validationResultType. |