Interface protos.google.cloud.discoveryengine.v1.AssistantGroundedContent.TextGroundingMetadata.ISegment (2.6.0)

Properties of a Segment.

Package

@google-cloud/discoveryengine

Properties

endIndex

endIndex?: (number|Long|string|null);

Segment endIndex

groundingScore

groundingScore?: (number|null);

Segment groundingScore

referenceIndices

referenceIndices?: (number[]|null);

Segment referenceIndices

startIndex

startIndex?: (number|Long|string|null);

Segment startIndex

text

text?: (string|null);

Segment text