Class: Aws::TranscribeStreamingService::Types::IssueDetected

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

Overview

Lists the issues that were identified in your audio segment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#character_offsetsTypes::CharacterOffsets

Provides the timestamps that identify when in an audio segment the specified issue occurs.



374
375
376
377
378
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 374

class IssueDetected < Struct.new(
  :character_offsets)
  SENSITIVE = []
  include Aws::Structure
end