Class: Aws::TranscribeStreamingService::Types::MedicalResult

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

Overview

The Result associated with a ``.

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alternativesArray<Types::MedicalAlternative>

A list of possible alternative transcriptions for the input audio. Each alternative may contain one or more of Items, Entities, or Transcript.

Returns:



642
643
644
645
646
647
648
649
650
651
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 642

class MedicalResult < Struct.new(
  :result_id,
  :start_time,
  :end_time,
  :is_partial,
  :alternatives,
  :channel_id)
  SENSITIVE = []
  include Aws::Structure
end

#channel_idString

Indicates the channel identified for the Result.

Returns:

  • (String)


642
643
644
645
646
647
648
649
650
651
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 642

class MedicalResult < Struct.new(
  :result_id,
  :start_time,
  :end_time,
  :is_partial,
  :alternatives,
  :channel_id)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeFloat

The end time, in milliseconds, of the Result.

Returns:

  • (Float)


642
643
644
645
646
647
648
649
650
651
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 642

class MedicalResult < Struct.new(
  :result_id,
  :start_time,
  :end_time,
  :is_partial,
  :alternatives,
  :channel_id)
  SENSITIVE = []
  include Aws::Structure
end

#is_partialBoolean

Indicates if the segment is complete.

If IsPartial is true, the segment is not complete. If IsPartial is false, the segment is complete.

Returns:

  • (Boolean)


642
643
644
645
646
647
648
649
650
651
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 642

class MedicalResult < Struct.new(
  :result_id,
  :start_time,
  :end_time,
  :is_partial,
  :alternatives,
  :channel_id)
  SENSITIVE = []
  include Aws::Structure
end

#result_idString

Provides a unique identifier for the Result.

Returns:

  • (String)


642
643
644
645
646
647
648
649
650
651
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 642

class MedicalResult < Struct.new(
  :result_id,
  :start_time,
  :end_time,
  :is_partial,
  :alternatives,
  :channel_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeFloat

The start time, in milliseconds, of the Result.

Returns:

  • (Float)


642
643
644
645
646
647
648
649
650
651
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 642

class MedicalResult < Struct.new(
  :result_id,
  :start_time,
  :end_time,
  :is_partial,
  :alternatives,
  :channel_id)
  SENSITIVE = []
  include Aws::Structure
end