Class: Aws::ConnectContactLens::Types::PointOfInterest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#begin_offset_millisInteger

The beginning offset (in milliseconds) where the match was detected.

Returns:

  • (Integer)


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_millisInteger

The ending offset (in milliseconds) where the match was detected.

Returns:

  • (Integer)


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