Class: Aws::TranscribeStreamingService::Types::MedicalScribeTranscriptSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::MedicalScribeTranscriptSegment
- Defined in:
- gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb
Overview
Contains a set of transcription results, along with additional information of the segment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_audio_time ⇒ Float
The start time, in milliseconds, of the segment.
-
#channel_id ⇒ String
Indicates which audio channel is associated with the
MedicalScribeTranscriptSegment. -
#content ⇒ String
Contains transcribed text of the segment.
-
#end_audio_time ⇒ Float
The end time, in milliseconds, of the segment.
-
#is_partial ⇒ Boolean
Indicates if the segment is complete.
-
#items ⇒ Array<Types::MedicalScribeTranscriptItem>
Contains words, phrases, or punctuation marks in your segment.
-
#segment_id ⇒ String
The identifier of the segment.
Instance Attribute Details
#begin_audio_time ⇒ Float
The start time, in milliseconds, of the segment.
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1381 class MedicalScribeTranscriptSegment < Struct.new( :segment_id, :begin_audio_time, :end_audio_time, :content, :items, :is_partial, :channel_id) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
Indicates which audio channel is associated with the
MedicalScribeTranscriptSegment.
If MedicalScribeChannelDefinition is not provided in the
MedicalScribeConfigurationEvent, then this field will not be
included.
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1381 class MedicalScribeTranscriptSegment < Struct.new( :segment_id, :begin_audio_time, :end_audio_time, :content, :items, :is_partial, :channel_id) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
Contains transcribed text of the segment.
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1381 class MedicalScribeTranscriptSegment < Struct.new( :segment_id, :begin_audio_time, :end_audio_time, :content, :items, :is_partial, :channel_id) SENSITIVE = [] include Aws::Structure end |
#end_audio_time ⇒ Float
The end time, in milliseconds, of the segment.
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1381 class MedicalScribeTranscriptSegment < Struct.new( :segment_id, :begin_audio_time, :end_audio_time, :content, :items, :is_partial, :channel_id) SENSITIVE = [] include Aws::Structure end |
#is_partial ⇒ Boolean
Indicates if the segment is complete.
If IsPartial is true, the segment is not complete. If
IsPartial is false, the segment is complete.
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1381 class MedicalScribeTranscriptSegment < Struct.new( :segment_id, :begin_audio_time, :end_audio_time, :content, :items, :is_partial, :channel_id) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::MedicalScribeTranscriptItem>
Contains words, phrases, or punctuation marks in your segment.
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1381 class MedicalScribeTranscriptSegment < Struct.new( :segment_id, :begin_audio_time, :end_audio_time, :content, :items, :is_partial, :channel_id) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
The identifier of the segment.
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1381 class MedicalScribeTranscriptSegment < Struct.new( :segment_id, :begin_audio_time, :end_audio_time, :content, :items, :is_partial, :channel_id) SENSITIVE = [] include Aws::Structure end |