Interface TranslateConstants
-
public interface TranslateConstants
Constants used in Camel AWS Translate module
-
-
Field Summary
Fields Modifier and Type Field Description static String
OPERATION
static String
SOURCE_LANGUAGE
static String
TARGET_LANGUAGE
static String
TERMINOLOGY_NAMES
-
-
-
Field Detail
-
SOURCE_LANGUAGE
static final String SOURCE_LANGUAGE
- See Also:
- Constant Field Values
-
TARGET_LANGUAGE
static final String TARGET_LANGUAGE
- See Also:
- Constant Field Values
-
TERMINOLOGY_NAMES
static final String TERMINOLOGY_NAMES
- See Also:
- Constant Field Values
-
OPERATION
static final String OPERATION
- See Also:
- Constant Field Values
-
-