Interface RougeSpecOrBuilder (3.42.0)

public interface RougeSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRougeType()

public abstract String getRougeType()

Optional. Supported rouge types are rougen[1-9], rougeL and rougeLsum.

string rouge_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The rougeType.

getRougeTypeBytes()

public abstract ByteString getRougeTypeBytes()

Optional. Supported rouge types are rougen[1-9], rougeL and rougeLsum.

string rouge_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for rougeType.

getSplitSummaries()

public abstract boolean getSplitSummaries()

Optional. Whether to split summaries while using rougeLsum.

bool split_summaries = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The splitSummaries.

getUseStemmer()

public abstract boolean getUseStemmer()

Optional. Whether to use stemmer to compute rouge score.

bool use_stemmer = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The useStemmer.