Interface Categories.Builder

    • Method Detail

      • matchedCategories

        Categories.Builder matchedCategories​(Collection<String> matchedCategories)

        The category rules that have been matched in the analyzed segment.

        Parameters:
        matchedCategories - The category rules that have been matched in the analyzed segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchedCategories

        Categories.Builder matchedCategories​(String... matchedCategories)

        The category rules that have been matched in the analyzed segment.

        Parameters:
        matchedCategories - The category rules that have been matched in the analyzed segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchedDetails

        Categories.Builder matchedDetails​(Map<String,​CategoryDetails> matchedDetails)

        The category rule that was matched and when it occurred in the transcript.

        Parameters:
        matchedDetails - The category rule that was matched and when it occurred in the transcript.
        Returns:
        Returns a reference to this object so that method calls can be chained together.