Skip to main content

ITranslateStartTextTranslationJobResponse

Interface in AWS.Translate

Interface for StartTextTranslationJob responses.

Ancestors

Properties

JobId

property JobId: string

Provides the generated job identifier.

JobStatus

property JobStatus: string

Provides the current status of the job.

Valid values: - SUBMITTED: The job has been received and is queued for processing. - IN_PROGRESS: Amazon Translate is processing the job. - COMPLETED: The job has completed successfully. - COMPLETED_WITH_ERROR: The job has completed with errors. - FAILED: The job failed to complete. The DescribeTextTranslationJob action can be used to get details. - STOP_REQUEST: A request to stop the job has been received from the user who started the job. - STOPPED: The job has been stopped.