Class GoogleCloudContentwarehouseV1QAResult
Additional result info for the question-answering feature.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1QAResult : IDirectResponseSchema
Properties
ConfidenceScore
The calibrated confidence score for this document, in the range [0., 1.]. This represents the confidence level for whether the returned document and snippet answers the user's query.
Declaration
[JsonProperty("confidenceScore")]
public virtual float? ConfidenceScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Highlights
Highlighted sections in the snippet.
Declaration
[JsonProperty("highlights")]
public virtual IList<GoogleCloudContentwarehouseV1QAResultHighlight> Highlights { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContentwarehouseV1QAResultHighlight> |