Class ClassificationModelOptions
Model options available for classification requests.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.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 |