Class: Aws::Types::StartMedicalScribeStreamRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_streamTypes::MedicalScribeInputStream

Returns the value of attribute input_stream.



397
398
399
# File 'sig/types.rbs', line 397

def input_stream
  @input_stream
end

#language_code"en-US"

Returns the value of attribute language_code.

Returns:

  • ("en-US")


394
395
396
# File 'sig/types.rbs', line 394

def language_code
  @language_code
end

#media_encoding"pcm", ...

Returns the value of attribute media_encoding.

Returns:

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


396
397
398
# File 'sig/types.rbs', line 396

def media_encoding
  @media_encoding
end

#media_sample_rate_hertz::Integer

Returns the value of attribute media_sample_rate_hertz.

Returns:

  • (::Integer)


395
396
397
# File 'sig/types.rbs', line 395

def media_sample_rate_hertz
  @media_sample_rate_hertz
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def session_id
  @session_id
end