public sealed class ClassifyTextResponse : IMessage<ClassifyTextResponse>, IEquatable<ClassifyTextResponse>, IDeepCloneable<ClassifyTextResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Natural Language v1 API class ClassifyTextResponse.
The document classification response message.
Implements
IMessage<ClassifyTextResponse>, IEquatable<ClassifyTextResponse>, IDeepCloneable<ClassifyTextResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V1Assembly
Google.Cloud.Language.V1.dll
Constructors
ClassifyTextResponse()
public ClassifyTextResponse()ClassifyTextResponse(ClassifyTextResponse)
public ClassifyTextResponse(ClassifyTextResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ClassifyTextResponse |
Properties
Categories
public RepeatedField<ClassificationCategory> Categories { get; }Categories representing the input document.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ClassificationCategory> |
|