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

Hierarchy (view full)

Properties

Properties

JobId?: string

The identifier of the key phrases detection job to stop.

JobStatus?: JobStatus

Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopKeyPhrasesDetectionJob operation.