Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAnswerCitation

Citation info for a segment.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAnswerCitation
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.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAnswerCitation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndIndex

End of the attributed segment, exclusive. Measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.

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

Sources

Citation sources for the attributed segment.

Declaration
[JsonProperty("sources")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAnswerCitationSource> Sources { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaAnswerCitationSource>

StartIndex

Index indicates the start of the segment, measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX