Interface RougeSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RougeSpec, RougeSpec.Builder

@Generated public interface RougeSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    boolean
    Optional.
    boolean
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRougeType

      String getRougeType()
       Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
       
      string rouge_type = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The rougeType.
    • getRougeTypeBytes

      com.google.protobuf.ByteString getRougeTypeBytes()
       Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
       
      string rouge_type = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for rougeType.
    • getUseStemmer

      boolean getUseStemmer()
       Optional. Whether to use stemmer to compute rouge score.
       
      bool use_stemmer = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The useStemmer.
    • getSplitSummaries

      boolean getSplitSummaries()
       Optional. Whether to split summaries while using rougeLsum.
       
      bool split_summaries = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The splitSummaries.