[][src]Struct rusoto_transcribe::MedicalTranscript

pub struct MedicalTranscript {
    pub transcript_file_uri: Option<String>,
}

Identifies the location of a medical transcript.

Fields

transcript_file_uri: Option<String>

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

Trait Implementations

impl Clone for MedicalTranscript[src]

impl Debug for MedicalTranscript[src]

impl Default for MedicalTranscript[src]

impl<'de> Deserialize<'de> for MedicalTranscript[src]

impl PartialEq<MedicalTranscript> for MedicalTranscript[src]

impl StructuralPartialEq for MedicalTranscript[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.