pub struct GetMedicalTranscriptionJob { /* private fields */ }Expand description
Fluent builder constructing a request to GetMedicalTranscriptionJob.
Provides information about the specified medical transcription job.
To view the status of the specified medical transcription job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in TranscriptFileUri. If the status is FAILED, FailureReason provides details on why your transcription job failed.
To get a list of your medical transcription jobs, use the operation.
Implementations§
source§impl GetMedicalTranscriptionJob
impl GetMedicalTranscriptionJob
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetMedicalTranscriptionJob, AwsResponseRetryClassifier>, SdkError<GetMedicalTranscriptionJobError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetMedicalTranscriptionJob, AwsResponseRetryClassifier>, SdkError<GetMedicalTranscriptionJobError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetMedicalTranscriptionJobOutput, SdkError<GetMedicalTranscriptionJobError>>
pub async fn send(
self
) -> Result<GetMedicalTranscriptionJobOutput, SdkError<GetMedicalTranscriptionJobError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn medical_transcription_job_name(self, input: impl Into<String>) -> Self
pub fn medical_transcription_job_name(self, input: impl Into<String>) -> Self
The name of the medical transcription job you want information about. Job names are case sensitive.
sourcepub fn set_medical_transcription_job_name(self, input: Option<String>) -> Self
pub fn set_medical_transcription_job_name(self, input: Option<String>) -> Self
The name of the medical transcription job you want information about. Job names are case sensitive.
Trait Implementations§
source§impl Clone for GetMedicalTranscriptionJob
impl Clone for GetMedicalTranscriptionJob
source§fn clone(&self) -> GetMedicalTranscriptionJob
fn clone(&self) -> GetMedicalTranscriptionJob
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more