#[non_exhaustive]pub struct GetMedicalTranscriptionJobOutput { /* private fields */ }Implementations§
source§impl GetMedicalTranscriptionJobOutput
impl GetMedicalTranscriptionJobOutput
sourcepub fn medical_transcription_job(&self) -> Option<&MedicalTranscriptionJob>
pub fn medical_transcription_job(&self) -> Option<&MedicalTranscriptionJob>
Provides detailed information about the specified medical transcription job, including job status and, if applicable, failure reason.
source§impl GetMedicalTranscriptionJobOutput
impl GetMedicalTranscriptionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMedicalTranscriptionJobOutput.
Trait Implementations§
source§impl Clone for GetMedicalTranscriptionJobOutput
impl Clone for GetMedicalTranscriptionJobOutput
source§fn clone(&self) -> GetMedicalTranscriptionJobOutput
fn clone(&self) -> GetMedicalTranscriptionJobOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<GetMedicalTranscriptionJobOutput> for GetMedicalTranscriptionJobOutput
impl PartialEq<GetMedicalTranscriptionJobOutput> for GetMedicalTranscriptionJobOutput
source§fn eq(&self, other: &GetMedicalTranscriptionJobOutput) -> bool
fn eq(&self, other: &GetMedicalTranscriptionJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.