public sealed class ClassifyTextResponse : IMessage<ClassifyTextResponse>, IEquatable<ClassifyTextResponse>, IDeepCloneable<ClassifyTextResponse>, IBufferMessage, IMessageThe 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> | 
        |