Package com.google.cloud.automl.v1beta1
Interface StringStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringStats
,StringStats.Builder
public interface StringStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringStats.UnigramStats
getTopUnigramStats(int index)
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].int
getTopUnigramStatsCount()
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].List<StringStats.UnigramStats>
getTopUnigramStatsList()
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].StringStats.UnigramStatsOrBuilder
getTopUnigramStatsOrBuilder(int index)
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].List<? extends StringStats.UnigramStatsOrBuilder>
getTopUnigramStatsOrBuilderList()
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTopUnigramStatsList
List<StringStats.UnigramStats> getTopUnigramStatsList()
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
-
getTopUnigramStats
StringStats.UnigramStats getTopUnigramStats(int index)
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
-
getTopUnigramStatsCount
int getTopUnigramStatsCount()
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
-
getTopUnigramStatsOrBuilderList
List<? extends StringStats.UnigramStatsOrBuilder> getTopUnigramStatsOrBuilderList()
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
-
getTopUnigramStatsOrBuilder
StringStats.UnigramStatsOrBuilder getTopUnigramStatsOrBuilder(int index)
The statistics of the top 20 unigrams, ordered by [count][google.cloud.automl.v1beta1.StringStats.UnigramStats.count].
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
-
-