Show / Hide Table of Contents

Class XPSVisionErrorAnalysisConfig

The vision model error analysis configuration. Next tag: 3

Inheritance
object
XPSVisionErrorAnalysisConfig
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.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class XPSVisionErrorAnalysisConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExampleCount

The number of query examples in error analysis.

Declaration
[JsonProperty("exampleCount")]
public virtual int? ExampleCount { get; set; }
Property Value
Type Description
int?

QueryType

The query type used in retrieval. The enum values are frozen in the foreseeable future.

Declaration
[JsonProperty("queryType")]
public virtual string QueryType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX