TextGroundingMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)Grounding details for text sources.
Attributes |
|
|---|---|
| Name | Description |
segments |
MutableSequence[google.cloud.discoveryengine_v1beta.types.AssistantGroundedContent.TextGroundingMetadata.Segment]
Grounding information for parts of the text. |
visual_segments |
MutableSequence[google.cloud.discoveryengine_v1beta.types.AssistantGroundedContent.TextGroundingMetadata.VisualSegment]
Grounding information for parts of the visual content. |
references |
MutableSequence[google.cloud.discoveryengine_v1beta.types.AssistantGroundedContent.TextGroundingMetadata.Reference]
References for the grounded text. |
Classes
Reference
Reference(mapping=None, *, ignore_unknown_fields=False, **kwargs)Referenced content and related document metadata.
Segment
Segment(mapping=None, *, ignore_unknown_fields=False, **kwargs)Grounding information for a segment of the text.
VisualSegment
VisualSegment(mapping=None, *, ignore_unknown_fields=False, **kwargs)Grounding information for a visual segment.