CharacterOffsets¶
Structure Class¶
CharacterOffsets
dataclass
¶
Provides the location, using character count, in your transcript where a match is identified. For example, the location of an issue or a category match within a segment.
Attributes¶
begin
class-attribute
instance-attribute
¶
begin: int | None = None
Provides the character count of the first character where a match is identified. For example, the first character associated with an issue or a category match in a segment transcript.
end
class-attribute
instance-attribute
¶
end: int | None = None
Provides the character count of the last character where a match is identified. For example, the last character associated with an issue or a category match in a segment transcript.