Interface GranularityPredictionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GranularityPrediction,GranularityPrediction.Builder
public interface GranularityPredictionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetFrame()double frame = 2 [json_name = "frame"];doublegetHierarchic()double hierarchic = 4 [json_name = "hierarchic"];doublegetMeaning()double meaning = 3 [json_name = "meaning"];doublegetStance()double stance = 1 [json_name = "stance"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStance
double getStance()
double stance = 1 [json_name = "stance"];- Returns:
- The stance.
-
getFrame
double getFrame()
double frame = 2 [json_name = "frame"];- Returns:
- The frame.
-
getMeaning
double getMeaning()
double meaning = 3 [json_name = "meaning"];- Returns:
- The meaning.
-
getHierarchic
double getHierarchic()
double hierarchic = 4 [json_name = "hierarchic"];- Returns:
- The hierarchic.
-
-