#[non_exhaustive]pub struct MedicalScribeStreamDetailsBuilder { /* private fields */ }
Expand description
A builder for MedicalScribeStreamDetails
.
Implementations§
Source§impl MedicalScribeStreamDetailsBuilder
impl MedicalScribeStreamDetailsBuilder
Sourcepub fn session_id(self, input: impl Into<String>) -> Self
pub fn session_id(self, input: impl Into<String>) -> Self
The identifier of the HealthScribe streaming session.
Sourcepub fn set_session_id(self, input: Option<String>) -> Self
pub fn set_session_id(self, input: Option<String>) -> Self
The identifier of the HealthScribe streaming session.
Sourcepub fn get_session_id(&self) -> &Option<String>
pub fn get_session_id(&self) -> &Option<String>
The identifier of the HealthScribe streaming session.
Sourcepub fn stream_created_at(self, input: DateTime) -> Self
pub fn stream_created_at(self, input: DateTime) -> Self
The date and time when the HealthScribe streaming session was created.
Sourcepub fn set_stream_created_at(self, input: Option<DateTime>) -> Self
pub fn set_stream_created_at(self, input: Option<DateTime>) -> Self
The date and time when the HealthScribe streaming session was created.
Sourcepub fn get_stream_created_at(&self) -> &Option<DateTime>
pub fn get_stream_created_at(&self) -> &Option<DateTime>
The date and time when the HealthScribe streaming session was created.
Sourcepub fn stream_ended_at(self, input: DateTime) -> Self
pub fn stream_ended_at(self, input: DateTime) -> Self
The date and time when the HealthScribe streaming session was ended.
Sourcepub fn set_stream_ended_at(self, input: Option<DateTime>) -> Self
pub fn set_stream_ended_at(self, input: Option<DateTime>) -> Self
The date and time when the HealthScribe streaming session was ended.
Sourcepub fn get_stream_ended_at(&self) -> &Option<DateTime>
pub fn get_stream_ended_at(&self) -> &Option<DateTime>
The date and time when the HealthScribe streaming session was ended.
Sourcepub fn language_code(self, input: MedicalScribeLanguageCode) -> Self
pub fn language_code(self, input: MedicalScribeLanguageCode) -> Self
The Language Code of the HealthScribe streaming session.
Sourcepub fn set_language_code(self, input: Option<MedicalScribeLanguageCode>) -> Self
pub fn set_language_code(self, input: Option<MedicalScribeLanguageCode>) -> Self
The Language Code of the HealthScribe streaming session.
Sourcepub fn get_language_code(&self) -> &Option<MedicalScribeLanguageCode>
pub fn get_language_code(&self) -> &Option<MedicalScribeLanguageCode>
The Language Code of the HealthScribe streaming session.
Sourcepub fn media_sample_rate_hertz(self, input: i32) -> Self
pub fn media_sample_rate_hertz(self, input: i32) -> Self
The sample rate (in hertz) of the HealthScribe streaming session.
Sourcepub fn set_media_sample_rate_hertz(self, input: Option<i32>) -> Self
pub fn set_media_sample_rate_hertz(self, input: Option<i32>) -> Self
The sample rate (in hertz) of the HealthScribe streaming session.
Sourcepub fn get_media_sample_rate_hertz(&self) -> &Option<i32>
pub fn get_media_sample_rate_hertz(&self) -> &Option<i32>
The sample rate (in hertz) of the HealthScribe streaming session.
Sourcepub fn media_encoding(self, input: MedicalScribeMediaEncoding) -> Self
pub fn media_encoding(self, input: MedicalScribeMediaEncoding) -> Self
The Media Encoding of the HealthScribe streaming session.
Sourcepub fn set_media_encoding(
self,
input: Option<MedicalScribeMediaEncoding>,
) -> Self
pub fn set_media_encoding( self, input: Option<MedicalScribeMediaEncoding>, ) -> Self
The Media Encoding of the HealthScribe streaming session.
Sourcepub fn get_media_encoding(&self) -> &Option<MedicalScribeMediaEncoding>
pub fn get_media_encoding(&self) -> &Option<MedicalScribeMediaEncoding>
The Media Encoding of the HealthScribe streaming session.
Sourcepub fn vocabulary_name(self, input: impl Into<String>) -> Self
pub fn vocabulary_name(self, input: impl Into<String>) -> Self
The vocabulary name of the HealthScribe streaming session.
Sourcepub fn set_vocabulary_name(self, input: Option<String>) -> Self
pub fn set_vocabulary_name(self, input: Option<String>) -> Self
The vocabulary name of the HealthScribe streaming session.
Sourcepub fn get_vocabulary_name(&self) -> &Option<String>
pub fn get_vocabulary_name(&self) -> &Option<String>
The vocabulary name of the HealthScribe streaming session.
Sourcepub fn vocabulary_filter_name(self, input: impl Into<String>) -> Self
pub fn vocabulary_filter_name(self, input: impl Into<String>) -> Self
The name of the vocabulary filter used for the HealthScribe streaming session .
Sourcepub fn set_vocabulary_filter_name(self, input: Option<String>) -> Self
pub fn set_vocabulary_filter_name(self, input: Option<String>) -> Self
The name of the vocabulary filter used for the HealthScribe streaming session .
Sourcepub fn get_vocabulary_filter_name(&self) -> &Option<String>
pub fn get_vocabulary_filter_name(&self) -> &Option<String>
The name of the vocabulary filter used for the HealthScribe streaming session .
Sourcepub fn vocabulary_filter_method(
self,
input: MedicalScribeVocabularyFilterMethod,
) -> Self
pub fn vocabulary_filter_method( self, input: MedicalScribeVocabularyFilterMethod, ) -> Self
The method of the vocabulary filter for the HealthScribe streaming session.
Sourcepub fn set_vocabulary_filter_method(
self,
input: Option<MedicalScribeVocabularyFilterMethod>,
) -> Self
pub fn set_vocabulary_filter_method( self, input: Option<MedicalScribeVocabularyFilterMethod>, ) -> Self
The method of the vocabulary filter for the HealthScribe streaming session.
Sourcepub fn get_vocabulary_filter_method(
&self,
) -> &Option<MedicalScribeVocabularyFilterMethod>
pub fn get_vocabulary_filter_method( &self, ) -> &Option<MedicalScribeVocabularyFilterMethod>
The method of the vocabulary filter for the HealthScribe streaming session.
Sourcepub fn resource_access_role_arn(self, input: impl Into<String>) -> Self
pub fn resource_access_role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the role used in the HealthScribe streaming session.
Sourcepub fn set_resource_access_role_arn(self, input: Option<String>) -> Self
pub fn set_resource_access_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the role used in the HealthScribe streaming session.
Sourcepub fn get_resource_access_role_arn(&self) -> &Option<String>
pub fn get_resource_access_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the role used in the HealthScribe streaming session.
Sourcepub fn channel_definitions(self, input: MedicalScribeChannelDefinition) -> Self
pub fn channel_definitions(self, input: MedicalScribeChannelDefinition) -> Self
Appends an item to channel_definitions
.
To override the contents of this collection use set_channel_definitions
.
The Channel Definitions of the HealthScribe streaming session.
Sourcepub fn set_channel_definitions(
self,
input: Option<Vec<MedicalScribeChannelDefinition>>,
) -> Self
pub fn set_channel_definitions( self, input: Option<Vec<MedicalScribeChannelDefinition>>, ) -> Self
The Channel Definitions of the HealthScribe streaming session.
Sourcepub fn get_channel_definitions(
&self,
) -> &Option<Vec<MedicalScribeChannelDefinition>>
pub fn get_channel_definitions( &self, ) -> &Option<Vec<MedicalScribeChannelDefinition>>
The Channel Definitions of the HealthScribe streaming session.
Sourcepub fn encryption_settings(self, input: MedicalScribeEncryptionSettings) -> Self
pub fn encryption_settings(self, input: MedicalScribeEncryptionSettings) -> Self
The Encryption Settings of the HealthScribe streaming session.
Sourcepub fn set_encryption_settings(
self,
input: Option<MedicalScribeEncryptionSettings>,
) -> Self
pub fn set_encryption_settings( self, input: Option<MedicalScribeEncryptionSettings>, ) -> Self
The Encryption Settings of the HealthScribe streaming session.
Sourcepub fn get_encryption_settings(
&self,
) -> &Option<MedicalScribeEncryptionSettings>
pub fn get_encryption_settings( &self, ) -> &Option<MedicalScribeEncryptionSettings>
The Encryption Settings of the HealthScribe streaming session.
Sourcepub fn stream_status(self, input: MedicalScribeStreamStatus) -> Self
pub fn stream_status(self, input: MedicalScribeStreamStatus) -> Self
The streaming status of the HealthScribe streaming session.
Possible Values:
-
IN_PROGRESS
-
PAUSED
-
FAILED
-
COMPLETED
This status is specific to real-time streaming. A COMPLETED
status doesn't mean that the post-stream analytics is complete. To get status of an analytics result, check the Status
field for the analytics result within the MedicalScribePostStreamAnalyticsResult
. For example, you can view the status of the ClinicalNoteGenerationResult
.
Sourcepub fn set_stream_status(self, input: Option<MedicalScribeStreamStatus>) -> Self
pub fn set_stream_status(self, input: Option<MedicalScribeStreamStatus>) -> Self
The streaming status of the HealthScribe streaming session.
Possible Values:
-
IN_PROGRESS
-
PAUSED
-
FAILED
-
COMPLETED
This status is specific to real-time streaming. A COMPLETED
status doesn't mean that the post-stream analytics is complete. To get status of an analytics result, check the Status
field for the analytics result within the MedicalScribePostStreamAnalyticsResult
. For example, you can view the status of the ClinicalNoteGenerationResult
.
Sourcepub fn get_stream_status(&self) -> &Option<MedicalScribeStreamStatus>
pub fn get_stream_status(&self) -> &Option<MedicalScribeStreamStatus>
The streaming status of the HealthScribe streaming session.
Possible Values:
-
IN_PROGRESS
-
PAUSED
-
FAILED
-
COMPLETED
This status is specific to real-time streaming. A COMPLETED
status doesn't mean that the post-stream analytics is complete. To get status of an analytics result, check the Status
field for the analytics result within the MedicalScribePostStreamAnalyticsResult
. For example, you can view the status of the ClinicalNoteGenerationResult
.
Sourcepub fn post_stream_analytics_settings(
self,
input: MedicalScribePostStreamAnalyticsSettings,
) -> Self
pub fn post_stream_analytics_settings( self, input: MedicalScribePostStreamAnalyticsSettings, ) -> Self
The post-stream analytics settings of the HealthScribe streaming session.
Sourcepub fn set_post_stream_analytics_settings(
self,
input: Option<MedicalScribePostStreamAnalyticsSettings>,
) -> Self
pub fn set_post_stream_analytics_settings( self, input: Option<MedicalScribePostStreamAnalyticsSettings>, ) -> Self
The post-stream analytics settings of the HealthScribe streaming session.
Sourcepub fn get_post_stream_analytics_settings(
&self,
) -> &Option<MedicalScribePostStreamAnalyticsSettings>
pub fn get_post_stream_analytics_settings( &self, ) -> &Option<MedicalScribePostStreamAnalyticsSettings>
The post-stream analytics settings of the HealthScribe streaming session.
Sourcepub fn post_stream_analytics_result(
self,
input: MedicalScribePostStreamAnalyticsResult,
) -> Self
pub fn post_stream_analytics_result( self, input: MedicalScribePostStreamAnalyticsResult, ) -> Self
The result of post-stream analytics for the HealthScribe streaming session.
Sourcepub fn set_post_stream_analytics_result(
self,
input: Option<MedicalScribePostStreamAnalyticsResult>,
) -> Self
pub fn set_post_stream_analytics_result( self, input: Option<MedicalScribePostStreamAnalyticsResult>, ) -> Self
The result of post-stream analytics for the HealthScribe streaming session.
Sourcepub fn get_post_stream_analytics_result(
&self,
) -> &Option<MedicalScribePostStreamAnalyticsResult>
pub fn get_post_stream_analytics_result( &self, ) -> &Option<MedicalScribePostStreamAnalyticsResult>
The result of post-stream analytics for the HealthScribe streaming session.
Sourcepub fn medical_scribe_context_provided(self, input: bool) -> Self
pub fn medical_scribe_context_provided(self, input: bool) -> Self
Indicates whether the MedicalScribeContext
object was provided when the stream was started.
Sourcepub fn set_medical_scribe_context_provided(self, input: Option<bool>) -> Self
pub fn set_medical_scribe_context_provided(self, input: Option<bool>) -> Self
Indicates whether the MedicalScribeContext
object was provided when the stream was started.
Sourcepub fn get_medical_scribe_context_provided(&self) -> &Option<bool>
pub fn get_medical_scribe_context_provided(&self) -> &Option<bool>
Indicates whether the MedicalScribeContext
object was provided when the stream was started.
Sourcepub fn build(self) -> MedicalScribeStreamDetails
pub fn build(self) -> MedicalScribeStreamDetails
Consumes the builder and constructs a MedicalScribeStreamDetails
.
Trait Implementations§
Source§impl Clone for MedicalScribeStreamDetailsBuilder
impl Clone for MedicalScribeStreamDetailsBuilder
Source§fn clone(&self) -> MedicalScribeStreamDetailsBuilder
fn clone(&self) -> MedicalScribeStreamDetailsBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Default for MedicalScribeStreamDetailsBuilder
impl Default for MedicalScribeStreamDetailsBuilder
Source§fn default() -> MedicalScribeStreamDetailsBuilder
fn default() -> MedicalScribeStreamDetailsBuilder
Source§impl PartialEq for MedicalScribeStreamDetailsBuilder
impl PartialEq for MedicalScribeStreamDetailsBuilder
Source§fn eq(&self, other: &MedicalScribeStreamDetailsBuilder) -> bool
fn eq(&self, other: &MedicalScribeStreamDetailsBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for MedicalScribeStreamDetailsBuilder
Auto Trait Implementations§
impl Freeze for MedicalScribeStreamDetailsBuilder
impl RefUnwindSafe for MedicalScribeStreamDetailsBuilder
impl Send for MedicalScribeStreamDetailsBuilder
impl Sync for MedicalScribeStreamDetailsBuilder
impl Unpin for MedicalScribeStreamDetailsBuilder
impl UnwindSafe for MedicalScribeStreamDetailsBuilder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling [Attribute
] value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
[Quirk
] value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the [Condition
] value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);