Class: Aws::TranscribeStreamingService::Types::PointsOfInterest

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

Overview

Contains the timestamps of matched categories.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timestamp_rangesArray<Types::TimestampRange>

Contains the timestamp ranges (start time through end time) of matched categories and rules.

Returns:



710
711
712
713
714
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 710

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