flutter_ibm_watson
flutter_ibm_watson
TranslationResult
getWordCount method
getWordCount
TranslationResult class
Constructors
TranslationResult
Properties
characterCount
translations
wordCount
hashCode
runtimeType
Methods
getCharacterCount
getWordCount
toString
noSuchMethod
Operators
operator ==
getWordCount method
int
getWordCount
(
)
Implementation
int getWordCount() { return this.wordCount; }