public sealed class ClassificationCategory : IMessage<ClassificationCategory>, IEquatable<ClassificationCategory>, IDeepCloneable<ClassificationCategory>, IBufferMessage, IMessageRepresents a category returned from the text classifier.
Implements
IMessage<ClassificationCategory>, IEquatable<ClassificationCategory>, IDeepCloneable<ClassificationCategory>, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V1Assembly
Google.Cloud.Language.V1.dll
Constructors
ClassificationCategory()
public ClassificationCategory()ClassificationCategory(ClassificationCategory)
public ClassificationCategory(ClassificationCategory other)| Parameter | |
|---|---|
| Name | Description |
other |
ClassificationCategory |
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 | |
|---|---|
| Type | Description |
Single |
|
Name
public string Name { get; set; }The name of the category representing the document, from the predefined taxonomy.
| Property Value | |
|---|---|
| Type | Description |
String |
|