public final class StringStats extends GeneratedMessage implements StringStatsOrBuilderThe data statistics of a series of STRING values.
Protobuf type google.cloud.automl.v1beta1.StringStats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > StringStatsImplements
StringStatsOrBuilderStatic Fields
TOP_UNIGRAM_STATS_FIELD_NUMBER
public static final int TOP_UNIGRAM_STATS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static StringStats getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
StringStats |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static StringStats.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
StringStats.Builder |
|
newBuilder(StringStats prototype)
public static StringStats.Builder newBuilder(StringStats prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
StringStats |
| Returns | |
|---|---|
| Type | Description |
StringStats.Builder |
|
parseDelimitedFrom(InputStream input)
public static StringStats parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StringStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static StringStats parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StringStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static StringStats parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StringStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static StringStats parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StringStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static StringStats parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StringStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static StringStats parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StringStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StringStats |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<StringStats> parser()| Returns | |
|---|---|
| Type | Description |
Parser<StringStats> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public StringStats getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StringStats |
|
getParserForType()
public Parser<StringStats> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<StringStats> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTopUnigramStats(int index)
public 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 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 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 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 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> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public StringStats.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
StringStats.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected StringStats.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
StringStats.Builder |
|
toBuilder()
public StringStats.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
StringStats.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|