Class GroundingAttribution
Attribution for a source that contributed to an answer.
public class GroundingAttribution
- Inheritance
-
objectGroundingAttribution
Properties
Content
Grounding source content that makes up this attribution.
public GeminiContent Content { get; set; }
Property Value
SourceId
Output only. Identifier for the source contributing to this attribution.
public AttributionSourceId SourceId { get; set; }