Interface ToxicContent.Builder

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

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

    • name

      The name of the toxic content type.

      Parameters:
      name - The name of the toxic content type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the toxic content type.

      Parameters:
      name - The name of the toxic content type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • score

      Model confidence in the detected content type. Value range is zero to one, where one is highest confidence.

      Parameters:
      score - Model confidence in the detected content type. Value range is zero to one, where one is highest confidence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.