public static interface QaScorecardResult.QaTagResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNormalizedScore()
public abstract double getNormalizedScore()The normalized score the tag applies to.
optional double normalized_score = 4;
| Returns | |
|---|---|
| Type | Description |
double |
The normalizedScore. |
getPotentialScore()
public abstract double getPotentialScore()The potential score the tag applies to.
optional double potential_score = 3;
| Returns | |
|---|---|
| Type | Description |
double |
The potentialScore. |
getScore()
public abstract double getScore()The score the tag applies to.
optional double score = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The score. |
getTag()
public abstract String getTag()The tag the score applies to.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tag. |
getTagBytes()
public abstract ByteString getTagBytes()The tag the score applies to.
string tag = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tag. |
hasNormalizedScore()
public abstract boolean hasNormalizedScore()The normalized score the tag applies to.
optional double normalized_score = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the normalizedScore field is set. |
hasPotentialScore()
public abstract boolean hasPotentialScore()The potential score the tag applies to.
optional double potential_score = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the potentialScore field is set. |
hasScore()
public abstract boolean hasScore()The score the tag applies to.
optional double score = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the score field is set. |