public static interface Classification.ClassOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel()
Label or name of the class.
|
com.google.protobuf.ByteString |
getLabelBytes()
Label or name of the class.
|
float |
getScore()
Score for this class (e.g., the probability the item belongs to this
class).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getLabel()
Label or name of the class.
string label = 1;com.google.protobuf.ByteString getLabelBytes()
Label or name of the class.
string label = 1;float getScore()
Score for this class (e.g., the probability the item belongs to this class). As per the proto3 default-value semantics, if the score is missing, it should be treated as 0.
float score = 2;