Class: Aws::ConnectContactLens::Types::CharacterOffsets
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::CharacterOffsets
- Defined in:
- gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb
Overview
For characters that were detected as issues, where they occur in the transcript.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_offset_char ⇒ Integer
The beginning of the issue.
-
#end_offset_char ⇒ Integer
The end of the issue.
Instance Attribute Details
#begin_offset_char ⇒ Integer
The beginning of the issue.
74 75 76 77 78 79 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 74 class CharacterOffsets < Struct.new( :begin_offset_char, :end_offset_char) SENSITIVE = [] include Aws::Structure end |
#end_offset_char ⇒ Integer
The end of the issue.
74 75 76 77 78 79 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 74 class CharacterOffsets < Struct.new( :begin_offset_char, :end_offset_char) SENSITIVE = [] include Aws::Structure end |