Google Cloud Dialogflow v2beta1 API - Class SummarizationEvaluationMetrics.Types.SectionToken (1.0.0-beta24)

public sealed class SummarizationEvaluationMetrics.Types.SectionToken : IMessage<SummarizationEvaluationMetrics.Types.SectionToken>, IEquatable<SummarizationEvaluationMetrics.Types.SectionToken>, IDeepCloneable<SummarizationEvaluationMetrics.Types.SectionToken>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SummarizationEvaluationMetrics.Types.SectionToken.

A pair of section name and input token count of the input summary section.

Inheritance

object > SummarizationEvaluationMetrics.Types.SectionToken

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SectionToken()

public SectionToken()

SectionToken(SectionToken)

public SectionToken(SummarizationEvaluationMetrics.Types.SectionToken other)
Parameter
Name Description
other SummarizationEvaluationMetricsTypesSectionToken

Properties

HasTokenCount

public bool HasTokenCount { get; }

Gets whether the "token_count" field is set

Property Value
Type Description
bool

Section

public string Section { get; set; }

Output only. The name of the summary instruction.

Property Value
Type Description
string

TokenCount

public long TokenCount { get; set; }

Output only. Token count.

Property Value
Type Description
long