TextTranslationJobProperties class
Provides information about a translation job.
Constructors
-
TextTranslationJobProperties.new({String? dataAccessRoleArn, DateTime? endTime, InputDataConfig? inputDataConfig, JobDetails? jobDetails, String? jobId, String? jobName, JobStatus? jobStatus, String? message, OutputDataConfig? outputDataConfig, List<
String> ? parallelDataNames, String? sourceLanguageCode, DateTime? submittedTime, List<String> ? targetLanguageCodes, List<String> ? terminologyNames}) -
TextTranslationJobProperties.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataAccessRoleArn → String?
-
The Amazon Resource Name (ARN) of an AWS Identity Access and Management
(IAM) role that granted Amazon Translate read access to the job's input
data.
final
- endTime → DateTime?
-
The time at which the translation job ended.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDataConfig → InputDataConfig?
-
The input configuration properties that were specified when the job was
requested.
final
- jobDetails → JobDetails?
-
The number of documents successfully and unsuccessfully processed during the
translation job.
final
- jobId → String?
-
The ID of the translation job.
final
- jobName → String?
-
The user-defined name of the translation job.
final
- jobStatus → JobStatus?
-
The status of the translation job.
final
- message → String?
-
An explanation of any errors that may have occured during the translation
job.
final
- outputDataConfig → OutputDataConfig?
-
The output configuration properties that were specified when the job was
requested.
final
-
parallelDataNames
→ List<
String> ? -
A list containing the names of the parallel data resources applied to the
translation job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceLanguageCode → String?
-
The language code of the language of the source text. The language must be a
language supported by Amazon Translate.
final
- submittedTime → DateTime?
-
The time at which the translation job was submitted.
final
-
targetLanguageCodes
→ List<
String> ? -
The language code of the language of the target text. The language must be a
language supported by Amazon Translate.
final
-
terminologyNames
→ List<
String> ? -
A list containing the names of the terminologies applied to a translation
job. Only one terminology can be applied per StartTextTranslationJob
request at this time.
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