Package com.google.cloud.automl.v1beta1
Interface StringStats.UnigramStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringStats.UnigramStats,StringStats.UnigramStats.Builder
- Enclosing class:
- StringStats
public static interface StringStats.UnigramStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()The number of occurrences of this unigram in the series.StringgetValue()The unigram.com.google.protobuf.ByteStringgetValueBytes()The unigram.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValue
String getValue()
The unigram.
string value = 1;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
The unigram.
string value = 1;- Returns:
- The bytes for value.
-
getCount
long getCount()
The number of occurrences of this unigram in the series.
int64 count = 2;- Returns:
- The count.
-
-