public static interface CharacterOffsets.Builder extends SdkPojo, CopyableBuilder<CharacterOffsets.Builder,CharacterOffsets>
| Modifier and Type | Method and Description |
|---|---|
CharacterOffsets.Builder |
begin(Integer begin)
Provides the character count of the first character where a match is identified.
|
CharacterOffsets.Builder |
end(Integer end)
Provides the character count of the last character where a match is identified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCharacterOffsets.Builder begin(Integer begin)
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.
begin - 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.CharacterOffsets.Builder end(Integer end)
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.
end - 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.Copyright © 2023. All rights reserved.