Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1QAResult

Additional result info for the question-answering feature.

Inheritance
object
GoogleCloudContentwarehouseV1QAResult
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX