Interface CharacterOffsets.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CharacterOffsets.Builder,CharacterOffsets>, SdkBuilder<CharacterOffsets.Builder,CharacterOffsets>, SdkPojo
Enclosing class:
CharacterOffsets

public static interface CharacterOffsets.Builder extends SdkPojo, CopyableBuilder<CharacterOffsets.Builder,CharacterOffsets>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.