Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

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.

Hierarchy

  • CharacterOffsets

Properties

Properties

Begin?: number

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?: number

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.