Cloud Natural Language v2 API - Class ClassificationCategory (1.0.0-beta02)

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

Reference documentation and code samples for the Cloud Natural Language v2 API class ClassificationCategory.

Represents a category returned from the text classifier.

Inheritance

object > ClassificationCategory

Namespace

Google.Cloud.Language.V2

Assembly

Google.Cloud.Language.V2.dll

Constructors

ClassificationCategory()

public ClassificationCategory()

ClassificationCategory(ClassificationCategory)

public ClassificationCategory(ClassificationCategory other)
Parameter
NameDescription
otherClassificationCategory

Properties

Confidence

public float Confidence { get; set; }

The classifier's confidence of the category. Number represents how certain the classifier is that this category represents the given text.

Property Value
TypeDescription
float

Name

public string Name { get; set; }

The name of the category representing the document.

Property Value
TypeDescription
string