AWSTranslateTerm
Objective-C
@interface AWSTranslateTerm
Swift
class AWSTranslateTerm
The term being translated by the custom terminology.
-
The source text of the term being translated by the custom terminology.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceText;Swift
var sourceText: String? { get set } -
The target text of the term being translated by the custom terminology.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable targetText;Swift
var targetText: String? { get set }
View on GitHub
Install in Dash
AWSTranslateTerm Class Reference