Interface PartOfSpeechTag.Builder

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

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

    • tag

      Identifies the part of speech that the token represents.

      Parameters:
      tag - Identifies the part of speech that the token represents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tag

      Identifies the part of speech that the token represents.

      Parameters:
      tag - Identifies the part of speech that the token represents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • score

      The confidence that Amazon Comprehend has that the part of speech was correctly identified.

      Parameters:
      score - The confidence that Amazon Comprehend has that the part of speech was correctly identified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.