Cloud AI Platform v1 API - Class GroundingAttribution (2.27.0)

public sealed class GroundingAttribution : IMessage<GroundingAttribution>, IEquatable<GroundingAttribution>, IDeepCloneable<GroundingAttribution>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GroundingAttribution.

Grounding attribution.

Inheritance

object > GroundingAttribution

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GroundingAttribution()

public GroundingAttribution()

GroundingAttribution(GroundingAttribution)

public GroundingAttribution(GroundingAttribution other)
Parameter
NameDescription
otherGroundingAttribution

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
TypeDescription
float

HasConfidenceScore

public bool HasConfidenceScore { get; }

Gets whether the "confidence_score" field is set

Property Value
TypeDescription
bool

ReferenceCase

public GroundingAttribution.ReferenceOneofCase ReferenceCase { get; }
Property Value
TypeDescription
GroundingAttributionReferenceOneofCase

Segment

public Segment Segment { get; set; }

Output only. Segment of the content this attribution belongs to.

Property Value
TypeDescription
Segment

Web

public GroundingAttribution.Types.Web Web { get; set; }

Optional. Attribution from the web.

Property Value
TypeDescription
GroundingAttributionTypesWeb