#[non_exhaustive]pub struct EngineTranscribeMedicalSettings { /* private fields */ }Expand description
Settings specific to the Amazon Transcribe Medical engine.
Implementations§
source§impl EngineTranscribeMedicalSettings
impl EngineTranscribeMedicalSettings
sourcepub fn language_code(&self) -> Option<&TranscribeMedicalLanguageCode>
pub fn language_code(&self) -> Option<&TranscribeMedicalLanguageCode>
The language code specified for the Amazon Transcribe Medical engine.
sourcepub fn specialty(&self) -> Option<&TranscribeMedicalSpecialty>
pub fn specialty(&self) -> Option<&TranscribeMedicalSpecialty>
The specialty specified for the Amazon Transcribe Medical engine.
sourcepub fn type(&self) -> Option<&TranscribeMedicalType>
pub fn type(&self) -> Option<&TranscribeMedicalType>
The type of transcription.
sourcepub fn vocabulary_name(&self) -> Option<&str>
pub fn vocabulary_name(&self) -> Option<&str>
The name of the vocabulary passed to Amazon Transcribe Medical.
sourcepub fn region(&self) -> Option<&TranscribeMedicalRegion>
pub fn region(&self) -> Option<&TranscribeMedicalRegion>
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
sourcepub fn content_identification_type(
&self
) -> Option<&TranscribeMedicalContentIdentificationType>
pub fn content_identification_type( &self ) -> Option<&TranscribeMedicalContentIdentificationType>
Labels all personally identifiable information (PII) identified in your transcript. If you don't include PiiEntityTypes, all PII is identified.
You can’t set ContentIdentificationType and ContentRedactionType.
source§impl EngineTranscribeMedicalSettings
impl EngineTranscribeMedicalSettings
sourcepub fn builder() -> EngineTranscribeMedicalSettingsBuilder
pub fn builder() -> EngineTranscribeMedicalSettingsBuilder
Creates a new builder-style object to manufacture EngineTranscribeMedicalSettings.
Trait Implementations§
source§impl Clone for EngineTranscribeMedicalSettings
impl Clone for EngineTranscribeMedicalSettings
source§fn clone(&self) -> EngineTranscribeMedicalSettings
fn clone(&self) -> EngineTranscribeMedicalSettings
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<EngineTranscribeMedicalSettings> for EngineTranscribeMedicalSettings
impl PartialEq<EngineTranscribeMedicalSettings> for EngineTranscribeMedicalSettings
source§fn eq(&self, other: &EngineTranscribeMedicalSettings) -> bool
fn eq(&self, other: &EngineTranscribeMedicalSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EngineTranscribeMedicalSettings
Auto Trait Implementations§
impl RefUnwindSafe for EngineTranscribeMedicalSettings
impl Send for EngineTranscribeMedicalSettings
impl Sync for EngineTranscribeMedicalSettings
impl Unpin for EngineTranscribeMedicalSettings
impl UnwindSafe for EngineTranscribeMedicalSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more