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.RankerOutputPayload Class Reference

Ranker answer output More...

Properties

string ranker_id [get, set]
 Unique identifier for this ranker. More...
 
string url [get, set]
 Link to the ranker. More...
 
string top_answer [get, set]
 The answer with the highest score. More...
 
RankedAnswer[] answers [get, set]
 An array of of up to 10 answers that are sorted in descending order of score. More...
 

Detailed Description

Ranker answer output

Property Documentation

RankedAnswer [] IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerOutputPayload.answers
getset

An array of of up to 10 answers that are sorted in descending order of score.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerOutputPayload.ranker_id
getset

Unique identifier for this ranker.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerOutputPayload.top_answer
getset

The answer with the highest score.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerOutputPayload.url
getset

Link to the ranker.


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