Click or drag to resize

LanguageTranslatorTypeFilter Enumeration

This determines the types of models to return with GetModels.

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 enum TypeFilter
Members
  Member nameValueDescription
DEFAULT0 Default types
NON_DEFAULT1 Non-Default types
ALL2 All types are returned.
See Also