Interface DocumentLabel.Builder

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

public static interface DocumentLabel.Builder extends SdkPojo, CopyableBuilder<DocumentLabel.Builder,DocumentLabel>
  • 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.
    • score

      The confidence score that Amazon Comprehend has this label correctly attributed.

      Parameters:
      score - The confidence score that Amazon Comprehend has this label correctly attributed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • page

      Page number where the label occurs. This field is present in the response only if your request includes the Byte parameter.

      Parameters:
      page - Page number where the label occurs. This field is present in the response only if your request includes the Byte parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.