Show / Hide Table of Contents

Class ClassificationModelOptions

Model options available for classification requests.

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

Properties

ETag

The ETag of the item.

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

V1Model

Setting this field will use the V1 model and V1 content categories version. The V1 model is a legacy model; support for this will be discontinued in the future.

Declaration
[JsonProperty("v1Model")]
public virtual ClassificationModelOptionsV1Model V1Model { get; set; }
Property Value
Type Description
ClassificationModelOptionsV1Model

V2Model

Setting this field will use the V2 model with the appropriate content categories version. The V2 model is a better performing model.

Declaration
[JsonProperty("v2Model")]
public virtual ClassificationModelOptionsV2Model V2Model { get; set; }
Property Value
Type Description
ClassificationModelOptionsV2Model

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX