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.PersonalityInsights.v3.Warning Class Reference

The Warning Object. More...

Properties

string warning_id [get, set]
 The identifier of the warning message, one of WORD_COUNT_MESSAGE, JSON_AS_TEXT, or PARTIAL_TEXT_USED. More...
 
string message [get, set]
 The message associated with the warning_id. For WORD_COUNT_MESSAGE, "There were <number> words in the input. We need a minimum of 600, preferably 1,200 or more, to compute statistically significant estimates."; for `JSON_AS_TEXT`, "Request input was processed as text/plain as indicated, however detected a JSON input. Did you mean application/json?"; and for `PARTIAL_TEXT_USED`, "The text provided to compute the profile was trimmed for performance reasons. This action does not affect the accuracy of the output, as not all of the input text was required." The PARTIAL_TEXT_USED warning applies only when Arabic input text exceeds a threshold at which additional words do not contribute to the accuracy of the profile. More...
 

Detailed Description

The Warning Object.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Warning.message
getset

The message associated with the warning_id. For WORD_COUNT_MESSAGE, "There were <number> words in the input. We need a minimum of 600, preferably 1,200 or more, to compute statistically significant estimates."; for `JSON_AS_TEXT`, "Request input was processed as text/plain as indicated, however detected a JSON input. Did you mean application/json?"; and for `PARTIAL_TEXT_USED`, "The text provided to compute the profile was trimmed for performance reasons. This action does not affect the accuracy of the output, as not all of the input text was required." The PARTIAL_TEXT_USED warning applies only when Arabic input text exceeds a threshold at which additional words do not contribute to the accuracy of the profile.

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Warning.warning_id
getset

The identifier of the warning message, one of WORD_COUNT_MESSAGE, JSON_AS_TEXT, or PARTIAL_TEXT_USED.


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