public interface StringStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTopUnigramStats(int index)
public abstract StringStats.UnigramStats getTopUnigramStats(int index)The statistics of the top 20 unigrams, ordered by count.
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StringStats.UnigramStats |
|
getTopUnigramStatsCount()
public abstract int getTopUnigramStatsCount()The statistics of the top 20 unigrams, ordered by count.
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTopUnigramStatsList()
public abstract List<StringStats.UnigramStats> getTopUnigramStatsList()The statistics of the top 20 unigrams, ordered by count.
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
| Returns | |
|---|---|
| Type | Description |
List<UnigramStats> |
|
getTopUnigramStatsOrBuilder(int index)
public abstract StringStats.UnigramStatsOrBuilder getTopUnigramStatsOrBuilder(int index)The statistics of the top 20 unigrams, ordered by count.
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StringStats.UnigramStatsOrBuilder |
|
getTopUnigramStatsOrBuilderList()
public abstract List<? extends StringStats.UnigramStatsOrBuilder> getTopUnigramStatsOrBuilderList()The statistics of the top 20 unigrams, ordered by count.
repeated .google.cloud.automl.v1beta1.StringStats.UnigramStats top_unigram_stats = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.automl.v1beta1.StringStats.UnigramStatsOrBuilder> |
|