Class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitation
Citation info for a segment.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitation : 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.
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<GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationSource> Sources { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationSource> |
StartIndex
Index indicates the start of the segment, measured in bytes/unicode.
Declaration
[JsonProperty("startIndex")]
public virtual long? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
long? |