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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



382
383
384
385
386
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 382

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