Class: Aws::TranscribeStreamingService::Types::PointsOfInterest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::PointsOfInterest
- 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
-
#timestamp_ranges ⇒ Array<Types::TimestampRange>
Contains the timestamp ranges (start time through end time) of matched categories and rules.
Instance Attribute Details
#timestamp_ranges ⇒ Array<Types::TimestampRange>
Contains the timestamp ranges (start time through end time) of matched categories and rules.
1364 1365 1366 1367 1368 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1364 class PointsOfInterest < Struct.new( :timestamp_ranges) SENSITIVE = [] include Aws::Structure end |