Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.ClassifyResult Class Reference

This result object is returned by the Classify() method. More...

Properties

string classifier_id [get, set]
 The ID of the classifier used. More...
 
string url [get, set]
 The URL of the classifier. More...
 
string text [get, set]
 The input text into the classifier. More...
 
string top_class [get, set]
 The top class found for the text. More...
 
Class[] classes [get, set]
 A array of all classifications for the input text. More...
 
double topConfidence [get]
 Helper function to return the top confidence value of all the returned classes. More...
 

Detailed Description

This result object is returned by the Classify() method.

Property Documentation

Class [] IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.ClassifyResult.classes
getset

A array of all classifications for the input text.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.ClassifyResult.classifier_id
getset

The ID of the classifier used.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.ClassifyResult.text
getset

The input text into the classifier.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.ClassifyResult.top_class
getset

The top class found for the text.

double IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.ClassifyResult.topConfidence
get

Helper function to return the top confidence value of all the returned classes.

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1.ClassifyResult.url
getset

The URL of the classifier.


The documentation for this class was generated from the following file: