Class: Aws::ConnectHealth::Types::MedicalScribeTranscriptSegment

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

Overview

A segment of transcript text with timing and channel information

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_begin_offsetFloat

The offset from audio start when the audio for this segment begins

Returns:

  • (Float)


1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1101

class MedicalScribeTranscriptSegment < Struct.new(
  :segment_id,
  :audio_begin_offset,
  :audio_end_offset,
  :is_partial,
  :channel_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#audio_end_offsetFloat

The offset from audio start when the audio for this segment ends

Returns:

  • (Float)


1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1101

class MedicalScribeTranscriptSegment < Struct.new(
  :segment_id,
  :audio_begin_offset,
  :audio_end_offset,
  :is_partial,
  :channel_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#channel_idString

The channel identifier for this segment

Returns:

  • (String)


1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1101

class MedicalScribeTranscriptSegment < Struct.new(
  :segment_id,
  :audio_begin_offset,
  :audio_end_offset,
  :is_partial,
  :channel_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

The transcript text content

Returns:

  • (String)


1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1101

class MedicalScribeTranscriptSegment < Struct.new(
  :segment_id,
  :audio_begin_offset,
  :audio_end_offset,
  :is_partial,
  :channel_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#is_partialBoolean

Indicates whether this is a partial or final transcript

Returns:

  • (Boolean)


1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1101

class MedicalScribeTranscriptSegment < Struct.new(
  :segment_id,
  :audio_begin_offset,
  :audio_end_offset,
  :is_partial,
  :channel_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#segment_idString

The unique identifier for this segment

Returns:

  • (String)


1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1101

class MedicalScribeTranscriptSegment < Struct.new(
  :segment_id,
  :audio_begin_offset,
  :audio_end_offset,
  :is_partial,
  :channel_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end