Class: Aws::ConnectContactLens::Types::PointOfInterest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::PointOfInterest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcontactlens/types.rb
Overview
The section of the contact audio where a match was detected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_offset_millis ⇒ Integer
The beginning offset (in milliseconds) where the match was detected.
-
#end_offset_millis ⇒ Integer
The ending offset (in milliseconds) where the match was detected.
Instance Attribute Details
#begin_offset_millis ⇒ Integer
The beginning offset (in milliseconds) where the match was detected.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 267 class PointOfInterest < Struct.new( :begin_offset_millis, :end_offset_millis) SENSITIVE = [] include Aws::Structure end |
#end_offset_millis ⇒ Integer
The ending offset (in milliseconds) where the match was detected.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 267 class PointOfInterest < Struct.new( :begin_offset_millis, :end_offset_millis) SENSITIVE = [] include Aws::Structure end |