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

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

Overview

The section of the contact audio where that category rule was detected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_millisInteger

The beginning offset in milliseconds where the category rule was detected.

Returns:

  • (Integer)


194
195
196
197
198
199
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 194

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 category rule was detected.

Returns:

  • (Integer)


194
195
196
197
198
199
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 194

class PointOfInterest < Struct.new(
  :begin_offset_millis,
  :end_offset_millis)
  SENSITIVE = []
  include Aws::Structure
end