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.LanguageTranslator.v2.Translations Class Reference

Translate data class returned by the TranslateCallback. More...

Properties

long word_count [get, set]
 Number of words in the translation. More...
 
long character_count [get, set]
 Number of characters in the translation. More...
 
Translation[] translations [get, set]
 A array of translations. More...
 

Detailed Description

Translate data class returned by the TranslateCallback.

Property Documentation

long IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2.Translations.character_count
getset

Number of characters in the translation.

Translation [] IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2.Translations.translations
getset

A array of translations.

long IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2.Translations.word_count
getset

Number of words in the translation.


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