public sealed class GroundingAttribution : IMessage<GroundingAttribution>, IEquatable<GroundingAttribution>, IDeepCloneable<GroundingAttribution>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class GroundingAttribution.
Grounding attribution.
Implements
IMessageGroundingAttribution, IEquatableGroundingAttribution, IDeepCloneableGroundingAttribution, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
GroundingAttribution()
public GroundingAttribution()GroundingAttribution(GroundingAttribution)
public GroundingAttribution(GroundingAttribution other)| Parameter | |
|---|---|
| Name | Description |
other |
GroundingAttribution |
Properties
ConfidenceScore
public float ConfidenceScore { get; set; }Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident.
| Property Value | |
|---|---|
| Type | Description |
float |
|
HasConfidenceScore
public bool HasConfidenceScore { get; }Gets whether the "confidence_score" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ReferenceCase
public GroundingAttribution.ReferenceOneofCase ReferenceCase { get; }| Property Value | |
|---|---|
| Type | Description |
GroundingAttributionReferenceOneofCase |
|
Segment
public Segment Segment { get; set; }Output only. Segment of the content this attribution belongs to.
| Property Value | |
|---|---|
| Type | Description |
Segment |
|
Web
public GroundingAttribution.Types.Web Web { get; set; }Optional. Attribution from the web.
| Property Value | |
|---|---|
| Type | Description |
GroundingAttributionTypesWeb |
|