#[non_exhaustive]pub struct GetTranscriptionJobOutput { /* private fields */ }Implementations§
source§impl GetTranscriptionJobOutput
impl GetTranscriptionJobOutput
sourcepub fn transcription_job(&self) -> Option<&TranscriptionJob>
pub fn transcription_job(&self) -> Option<&TranscriptionJob>
Provides detailed information about the specified transcription job, including job status and, if applicable, failure reason.
source§impl GetTranscriptionJobOutput
impl GetTranscriptionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTranscriptionJobOutput.
Trait Implementations§
source§impl Clone for GetTranscriptionJobOutput
impl Clone for GetTranscriptionJobOutput
source§fn clone(&self) -> GetTranscriptionJobOutput
fn clone(&self) -> GetTranscriptionJobOutput
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 Debug for GetTranscriptionJobOutput
impl Debug for GetTranscriptionJobOutput
source§impl PartialEq<GetTranscriptionJobOutput> for GetTranscriptionJobOutput
impl PartialEq<GetTranscriptionJobOutput> for GetTranscriptionJobOutput
source§fn eq(&self, other: &GetTranscriptionJobOutput) -> bool
fn eq(&self, other: &GetTranscriptionJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.