Class: Aws::ConnectHealth::Types::MedicalScribeAudioEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb

Overview

An event containing audio data for the Medical Scribe stream

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_chunkString

The audio data chunk

Returns:

  • (String)


868
869
870
871
872
873
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 868

class MedicalScribeAudioEvent < Struct.new(
  :audio_chunk,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



868
869
870
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 868

def event_type
  @event_type
end