public sealed class SearchResponse.Types.Summary : IMessage<SearchResponse.Types.Summary>, IEquatable<SearchResponse.Types.Summary>, IDeepCloneable<SearchResponse.Types.Summary>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class SearchResponse.Types.Summary.
Summary of the top N search results specified by the summary spec.
Implements
IMessageSearchResponseTypesSummary, IEquatableSearchResponseTypesSummary, IDeepCloneableSearchResponseTypesSummary, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
Summary()
public Summary()
Summary(Summary)
public Summary(SearchResponse.Types.Summary other)
Parameter | |
---|---|
Name | Description |
other |
SearchResponseTypesSummary |
Properties
SafetyAttributes
public SearchResponse.Types.Summary.Types.SafetyAttributes SafetyAttributes { get; set; }
A collection of Safety Attribute categories and their associated confidence scores.
Property Value | |
---|---|
Type | Description |
SearchResponseTypesSummaryTypesSafetyAttributes |
SummarySkippedReasons
public RepeatedField<SearchResponse.Types.Summary.Types.SummarySkippedReason> SummarySkippedReasons { get; }
Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSearchResponseTypesSummaryTypesSummarySkippedReason |
SummaryText
public string SummaryText { get; set; }
The summary content.
Property Value | |
---|---|
Type | Description |
string |
SummaryWithMetadata
public SearchResponse.Types.Summary.Types.SummaryWithMetadata SummaryWithMetadata { get; set; }
Summary with metadata information.
Property Value | |
---|---|
Type | Description |
SearchResponseTypesSummaryTypesSummaryWithMetadata |