Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment

Grounding information for a segment of the text.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndIndex

End of the segment, exclusive.

Declaration
[JsonProperty("endIndex")]
public virtual long? EndIndex { get; set; }
Property Value
Type Description
long?

GroundingScore

Score for the segment.

Declaration
[JsonProperty("groundingScore")]
public virtual float? GroundingScore { get; set; }
Property Value
Type Description
float?

ReferenceIndices

References for the segment.

Declaration
[JsonProperty("referenceIndices")]
public virtual IList<int?> ReferenceIndices { get; set; }
Property Value
Type Description
IList<int?>

StartIndex

Zero-based index indicating the start of the segment, measured in bytes of a UTF-8 string (i.e. characters encoded on multiple bytes have a length of more than one).

Declaration
[JsonProperty("startIndex")]
public virtual long? StartIndex { get; set; }
Property Value
Type Description
long?

Text

The text segment itself.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX