ITranslateTerminologyData
Interface in AWS.Translate
Interface for TerminologyData.
Properties
Directionality
property Directionality: string
Specify the directionality of the terminolgy resource.
Valid values: - UNI: The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages. - MULTI: Any language in the terminology resource can be the source language. When creating a custom terminology without specifying the directionality, it behaves as a uni-directional terminology.
File
property File: TStream
Specify the data for the terminology.
Format
property Format: string
Specify the data format of the custom terminology.
Valid values: CSV | TMX | TSV.