Class ClassifyTextResponse
The document classification response message.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v1beta2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1beta2.dll
Syntax
public class ClassifyTextResponse : IDirectResponseSchema
Properties
Categories
Categories representing the input document.
Declaration
[JsonProperty("categories")]
public virtual IList<ClassificationCategory> Categories { get; set; }
Property Value
Type | Description |
---|---|
IList<ClassificationCategory> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |