TerminologyProperties
public struct TerminologyProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the custom terminology.
Declaration
Swift
public let arn: String?
-
The time at which the custom terminology was created, based on the timestamp.
Declaration
Swift
public let createdAt: TimeStamp?
-
The description of the custom terminology properties.
Declaration
Swift
public let description: String?
-
The encryption key for the custom terminology.
Declaration
Swift
public let encryptionKey: EncryptionKey?
-
The time at which the custom terminology was last update, based on the timestamp.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
The name of the custom terminology.
Declaration
Swift
public let name: String?
-
The size of the file used when importing a custom terminology.
Declaration
Swift
public let sizeBytes: Int?
-
The language code for the source text of the translation request for which the custom terminology is being used.
Declaration
Swift
public let sourceLanguageCode: String?
-
The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
Declaration
Swift
public let targetLanguageCodes: [String]?
-
The number of terms included in the custom terminology.
Declaration
Swift
public let termCount: Int?
-
init(arn:createdAt:description:encryptionKey:lastUpdatedAt:name:sizeBytes:sourceLanguageCode:targetLanguageCodes:termCount:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, description: String? = nil, encryptionKey: EncryptionKey? = nil, lastUpdatedAt: TimeStamp? = nil, name: String? = nil, sizeBytes: Int? = nil, sourceLanguageCode: String? = nil, targetLanguageCodes: [String]? = nil, termCount: Int? = nil)