Class GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadataVisualSegment
Grounding information for a visual segment.
Inheritance
GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadataVisualSegment
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadataVisualSegment : IDirectResponseSchema
Properties
ContentId
The content id of the visual segment. In order to display the citation of the visual element, this
content_id needs to match with the grounded_content.content_metadata.content_id field.
Declaration
[JsonProperty("contentId")]
public virtual string ContentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReferenceIndices
References for the visual segment.
Declaration
[JsonProperty("referenceIndices")]
public virtual IList<int?> ReferenceIndices { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<int?> |