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.RetrieveAndRank.v1.RankedAnswer Class Reference

The ranked answer object. More...

Properties

string answer_id [get, set]
 Pointer to the answer in the collection. More...
 
int score [get, set]
 The rank of an answer among the candidate answers. Higher values represent higher relevance. The maximum score is the total number of candidate answers in the answer_data. You can use the score to sort the answers within the response. More...
 
double confidence [get, set]
 A decimal percentage from 0 - 1 that represents the preference that Watson has for this answer. Higher values represent higher confidences. More...
 

Detailed Description

The ranked answer object.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankedAnswer.answer_id
getset

Pointer to the answer in the collection.

double IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankedAnswer.confidence
getset

A decimal percentage from 0 - 1 that represents the preference that Watson has for this answer. Higher values represent higher confidences.

int IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankedAnswer.score
getset

The rank of an answer among the candidate answers. Higher values represent higher relevance. The maximum score is the total number of candidate answers in the answer_data. You can use the score to sort the answers within the response.


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