Class TranslationModels
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.language_translator.v3.model.TranslationModels
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TranslationModels
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The response type for listing existing translation models.
-
Constructor Summary
Constructors Constructor Description TranslationModels()
-
Method Summary
Modifier and Type Method Description List<TranslationModel>
getModels()
Gets the models.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TranslationModels
public TranslationModels()
-
-
Method Details
-
getModels
Gets the models.An array of available models.
- Returns:
- the models
-