Click or drag to resize

Translations Class

Translate data class returned by the TranslateCallback.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2Translations

Namespace:  IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Translations

The Translations type exposes the following members.

Constructors
  NameDescription
Public methodTranslations
Initializes a new instance of the Translations class
Top
Properties
  NameDescription
Public propertycharacter_count
Number of characters in the translation.
Public propertytranslations
A array of translations.
Public propertyword_count
Number of words in the translation.
Top
See Also