Interface Categories.Builder

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

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

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