Package com.google.cloud.documentai.v1
Interface EvaluationReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluationReference,EvaluationReference.Builder
public interface EvaluationReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Evaluation.MetricsgetAggregateMetrics()An aggregate of the statistics for the evaluation with fuzzy matching on.Evaluation.MetricsgetAggregateMetricsExact()An aggregate of the statistics for the evaluation with fuzzy matching off.Evaluation.MetricsOrBuildergetAggregateMetricsExactOrBuilder()An aggregate of the statistics for the evaluation with fuzzy matching off.Evaluation.MetricsOrBuildergetAggregateMetricsOrBuilder()An aggregate of the statistics for the evaluation with fuzzy matching on.StringgetEvaluation()The resource name of the evaluation.com.google.protobuf.ByteStringgetEvaluationBytes()The resource name of the evaluation.StringgetOperation()The resource name of the Long Running Operation for the evaluation.com.google.protobuf.ByteStringgetOperationBytes()The resource name of the Long Running Operation for the evaluation.booleanhasAggregateMetrics()An aggregate of the statistics for the evaluation with fuzzy matching on.booleanhasAggregateMetricsExact()An aggregate of the statistics for the evaluation with fuzzy matching off.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperation
String getOperation()
The resource name of the Long Running Operation for the evaluation.
string operation = 1;- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()
The resource name of the Long Running Operation for the evaluation.
string operation = 1;- Returns:
- The bytes for operation.
-
getEvaluation
String getEvaluation()
The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The evaluation.
-
getEvaluationBytes
com.google.protobuf.ByteString getEvaluationBytes()
The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for evaluation.
-
hasAggregateMetrics
boolean hasAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;- Returns:
- Whether the aggregateMetrics field is set.
-
getAggregateMetrics
Evaluation.Metrics getAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;- Returns:
- The aggregateMetrics.
-
getAggregateMetricsOrBuilder
Evaluation.MetricsOrBuilder getAggregateMetricsOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
-
hasAggregateMetricsExact
boolean hasAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;- Returns:
- Whether the aggregateMetricsExact field is set.
-
getAggregateMetricsExact
Evaluation.Metrics getAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;- Returns:
- The aggregateMetricsExact.
-
getAggregateMetricsExactOrBuilder
Evaluation.MetricsOrBuilder getAggregateMetricsExactOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;
-
-