interface StopTextTranslationJobResponse {
    JobId?: string;
    JobStatus?: JobStatus;
}

Hierarchy (view full)

Properties

Properties

JobId?: string

The job ID of the stopped batch translation job.

JobStatus?: JobStatus

The status of the designated job. Upon successful completion, the job's status will be STOPPED.