Class XPSVisionErrorAnalysisConfig
The vision model error analysis configuration. Next tag: 3
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.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 |