public static interface QaScorecardResult.QaTagResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getNormalizedScore()
The normalized score the tag applies to.
|
double |
getPotentialScore()
The potential score the tag applies to.
|
double |
getScore()
The score the tag applies to.
|
String |
getTag()
The tag the score applies to.
|
com.google.protobuf.ByteString |
getTagBytes()
The tag the score applies to.
|
boolean |
hasNormalizedScore()
The normalized score the tag applies to.
|
boolean |
hasPotentialScore()
The potential score the tag applies to.
|
boolean |
hasScore()
The score the tag applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTag()
The tag the score applies to.
string tag = 1;com.google.protobuf.ByteString getTagBytes()
The tag the score applies to.
string tag = 1;boolean hasScore()
The score the tag applies to.
optional double score = 2;double getScore()
The score the tag applies to.
optional double score = 2;boolean hasPotentialScore()
The potential score the tag applies to.
optional double potential_score = 3;double getPotentialScore()
The potential score the tag applies to.
optional double potential_score = 3;boolean hasNormalizedScore()
The normalized score the tag applies to.
optional double normalized_score = 4;double getNormalizedScore()
The normalized score the tag applies to.
optional double normalized_score = 4;Copyright © 2025 Google LLC. All rights reserved.