TranslateTextResponse
public struct TranslateTextResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
Declaration
Swift
public let appliedTerminologies: [AppliedTerminology]? -
The language code for the language of the source text.
Declaration
Swift
public let sourceLanguageCode: String -
The language code for the language of the target text.
Declaration
Swift
public let targetLanguageCode: String -
The translated text.
Declaration
Swift
public let translatedText: String -
Undocumented
Declaration
Swift
public init(appliedTerminologies: [AppliedTerminology]? = nil, sourceLanguageCode: String, targetLanguageCode: String, translatedText: String)
View on GitHub
TranslateTextResponse Structure Reference