Google Cloud Natural Language v1 API - Class ClassifyTextResponse (3.6.0-alpha01)

public sealed class ClassifyTextResponse : IMessage<ClassifyTextResponse>, IEquatable<ClassifyTextResponse>, IDeepCloneable<ClassifyTextResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Natural Language v1 API class ClassifyTextResponse.

The document classification response message.

Inheritance

object > ClassifyTextResponse

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

ClassifyTextResponse()

public ClassifyTextResponse()

ClassifyTextResponse(ClassifyTextResponse)

public ClassifyTextResponse(ClassifyTextResponse other)
Parameter
NameDescription
otherClassifyTextResponse

Properties

Categories

public RepeatedField<ClassificationCategory> Categories { get; }

Categories representing the input document.

Property Value
TypeDescription
RepeatedFieldClassificationCategory