Interface StringStats.UnigramStatsOrBuilder (2.3.14)

public static interface StringStats.UnigramStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

The number of occurrences of this unigram in the series.

int64 count = 2;

Returns
TypeDescription
long

The count.

getValue()

public abstract String getValue()

The unigram.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The unigram.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.