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 long
getCount()
The number of occurrences of this unigram in the series.String
getValue()
The unigram.com.google.protobuf.ByteString
getValueBytes()
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.
-
-