Class GoogleCloudContentwarehouseV1QAResultHighlight
A text span in the search text snippet that represents a highlighted section (answer context, highly relevant sentence, etc.).
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1QAResultHighlight : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndIndex
End index of the highlight, exclusive.
Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
StartIndex
Start index of the highlight.
Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |