Represents a category returned from the text classifier.
JSON representation | |
---|---|
{ "name": string, "confidence": number } |
Fields | |
---|---|
name |
The name of the category representing the document, from the predefined taxonomy. |
confidence |
The classifier's confidence of the category. Number represents how certain the classifier is that this category represents the given text. |