Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::SectionToken
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::SectionToken
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb
Overview
A pair of section name and input token count of the input summary section.
Instance Attribute Summary collapse
-
#section ⇒ ::String
readonly
Output only.
-
#token_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#section ⇒ ::String (readonly)
Returns Output only. The name of the summary instruction.
313 314 315 316 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 313 class SectionToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#token_count ⇒ ::Integer (readonly)
Returns Output only. Token count.
313 314 315 316 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 313 class SectionToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |