Class: Aws::TranscribeStreamingService::Types::IssueDetected
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::IssueDetected
- 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
-
#character_offsets ⇒ Types::CharacterOffsets
Provides the timestamps that identify when in an audio segment the specified issue occurs.
Instance Attribute Details
#character_offsets ⇒ Types::CharacterOffsets
Provides the timestamps that identify when in an audio segment the specified issue occurs.
382 383 384 385 386 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 382 class IssueDetected < Struct.new( :character_offsets) SENSITIVE = [] include Aws::Structure end |