TerminologyProperties class
The properties of the custom terminology.
Constructors
-
TerminologyProperties({String? arn, DateTime? createdAt, String? description, EncryptionKey? encryptionKey, DateTime? lastUpdatedAt, String? name, int? sizeBytes, String? sourceLanguageCode, List<
String> ? targetLanguageCodes, int? termCount}) -
TerminologyProperties.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the custom terminology.
final
- createdAt → DateTime?
-
The time at which the custom terminology was created, based on the
timestamp.
final
- description → String?
-
The description of the custom terminology properties.
final
- encryptionKey → EncryptionKey?
-
The encryption key for the custom terminology.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedAt → DateTime?
-
The time at which the custom terminology was last update, based on the
timestamp.
final
- name → String?
-
The name of the custom terminology.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeBytes → int?
-
The size of the file used when importing a custom terminology.
final
- sourceLanguageCode → String?
-
The language code for the source text of the translation request for which
the custom terminology is being used.
final
-
targetLanguageCodes
→ List<
String> ? -
The language codes for the target languages available with the custom
terminology file. All possible target languages are returned in array.
final
- termCount → int?
-
The number of terms included in the custom terminology.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited