IBMWatsonTranslationEngine class

Constructors

IBMWatsonTranslationEngine({required String identifier, Map<String, dynamic>? option})

Properties

disabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
identifier String
getter/setter pairinherited
option Map<String, dynamic>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedScopes List<String>
no setter
type String
no setter

Methods

detectLanguage(DetectLanguageRequest request) Future<DetectLanguageResponse>
getSupportedLanguagePairs() Future<List<LanguagePair>>
inherited
lookUp(LookUpRequest request) Future<LookUpResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
translate(TranslateRequest request) Future<TranslateResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

optionKeys List<String>
getter/setter pair