Class: Aws::TranscribeStreamingService::Types::PointsOfInterest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::PointsOfInterest
- Includes:
- Structure
- Defined in:
- 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.
718 719 720 721 722 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 718 class PointsOfInterest < Struct.new( :timestamp_ranges) SENSITIVE = [] include Aws::Structure end |