Struct aws_sdk_transcribe::model::MedicalTranscript [−][src]
Expand description
Identifies the location of a medical transcript.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.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.
Implementations
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.
Creates a new builder-style object to manufacture MedicalTranscript
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MedicalTranscript
impl Send for MedicalTranscript
impl Sync for MedicalTranscript
impl Unpin for MedicalTranscript
impl UnwindSafe for MedicalTranscript
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more