Class: Aws::Types::MedicalScribeStreamDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_definitions::Array[Types::MedicalScribeChannelDefinition]

Returns the value of attribute channel_definitions.



262
263
264
# File 'sig/types.rbs', line 262

def channel_definitions
  @channel_definitions
end

#encryption_settingsTypes::MedicalScribeEncryptionSettings

Returns the value of attribute encryption_settings.



263
264
265
# File 'sig/types.rbs', line 263

def encryption_settings
  @encryption_settings
end

#language_code"en-US"

Returns the value of attribute language_code.

Returns:

  • ("en-US")


255
256
257
# File 'sig/types.rbs', line 255

def language_code
  @language_code
end

#media_encoding"pcm", ...

Returns the value of attribute media_encoding.

Returns:

  • ("pcm", "ogg-opus", "flac")


257
258
259
# File 'sig/types.rbs', line 257

def media_encoding
  @media_encoding
end

#media_sample_rate_hertz::Integer

Returns the value of attribute media_sample_rate_hertz.

Returns:

  • (::Integer)


256
257
258
# File 'sig/types.rbs', line 256

def media_sample_rate_hertz
  @media_sample_rate_hertz
end

#medical_scribe_context_providedBoolean

Returns the value of attribute medical_scribe_context_provided.

Returns:

  • (Boolean)


267
268
269
# File 'sig/types.rbs', line 267

def medical_scribe_context_provided
  @medical_scribe_context_provided
end

#post_stream_analytics_resultTypes::MedicalScribePostStreamAnalyticsResult

Returns the value of attribute post_stream_analytics_result.



266
267
268
# File 'sig/types.rbs', line 266

def post_stream_analytics_result
  @post_stream_analytics_result
end

#post_stream_analytics_settingsTypes::MedicalScribePostStreamAnalyticsSettings

Returns the value of attribute post_stream_analytics_settings.



265
266
267
# File 'sig/types.rbs', line 265

def post_stream_analytics_settings
  @post_stream_analytics_settings
end

#resource_access_role_arn::String

Returns the value of attribute resource_access_role_arn.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def resource_access_role_arn
  @resource_access_role_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def session_id
  @session_id
end

#stream_created_at::Time

Returns the value of attribute stream_created_at.

Returns:

  • (::Time)


253
254
255
# File 'sig/types.rbs', line 253

def stream_created_at
  @stream_created_at
end

#stream_ended_at::Time

Returns the value of attribute stream_ended_at.

Returns:

  • (::Time)


254
255
256
# File 'sig/types.rbs', line 254

def stream_ended_at
  @stream_ended_at
end

#stream_status"IN_PROGRESS", ...

Returns the value of attribute stream_status.

Returns:

  • ("IN_PROGRESS", "PAUSED", "FAILED", "COMPLETED")


264
265
266
# File 'sig/types.rbs', line 264

def stream_status
  @stream_status
end

#vocabulary_filter_method"remove", ...

Returns the value of attribute vocabulary_filter_method.

Returns:

  • ("remove", "mask", "tag")


260
261
262
# File 'sig/types.rbs', line 260

def vocabulary_filter_method
  @vocabulary_filter_method
end

#vocabulary_filter_name::String

Returns the value of attribute vocabulary_filter_name.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def vocabulary_filter_name
  @vocabulary_filter_name
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def vocabulary_name
  @vocabulary_name
end