public sealed class SummarizationEvaluationMetrics.Types.SectionToken : IMessage<SummarizationEvaluationMetrics.Types.SectionToken>, IEquatable<SummarizationEvaluationMetrics.Types.SectionToken>, IDeepCloneable<SummarizationEvaluationMetrics.Types.SectionToken>, IBufferMessage, IMessageReference 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.
Implements
IMessageSummarizationEvaluationMetricsTypesSectionToken, IEquatableSummarizationEvaluationMetricsTypesSectionToken, IDeepCloneableSummarizationEvaluationMetricsTypesSectionToken, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |
|