Class: Aws::ConnectHealth::Types::MedicalScribeTranscriptSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::MedicalScribeTranscriptSegment
- 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
-
#audio_begin_offset ⇒ Float
The offset from audio start when the audio for this segment begins.
-
#audio_end_offset ⇒ Float
The offset from audio start when the audio for this segment ends.
-
#channel_id ⇒ String
The channel identifier for this segment.
-
#content ⇒ String
The transcript text content.
-
#is_partial ⇒ Boolean
Indicates whether this is a partial or final transcript.
-
#segment_id ⇒ String
The unique identifier for this segment.
Instance Attribute Details
#audio_begin_offset ⇒ Float
The offset from audio start when the audio for this segment begins
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_offset ⇒ Float
The offset from audio start when the audio for this segment ends
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_id ⇒ String
The channel identifier for this segment
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 |
#content ⇒ String
The transcript text content
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_partial ⇒ Boolean
Indicates whether this is a partial or final transcript
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_id ⇒ String
The unique identifier for this segment
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 |