Interface CharacterOffsets.Builder

    • Method Detail

      • begin

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

        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

        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.

        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.