Interface EntityLabel.Builder

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

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

    • name

      The name of the label.

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

      The name of the label.

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

      EntityLabel.Builder score(Float score)

      The level of confidence that Amazon Comprehend has in the accuracy of the detection.

      Parameters:
      score - The level of confidence that Amazon Comprehend has in the accuracy of the detection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.