

# PartOfSpeechTag
<a name="API_PartOfSpeechTag"></a>

Identifies the part of speech represented by the token and gives the confidence that Amazon Comprehend has that the part of speech was correctly identified. For more information about the parts of speech that Amazon Comprehend can identify, see [Syntax](https://docs.aws.amazon.com/comprehend/latest/dg/how-syntax.html) in the Comprehend Developer Guide. 

## Contents
<a name="API_PartOfSpeechTag_Contents"></a>

 ** Score **   <a name="comprehend-Type-PartOfSpeechTag-Score"></a>
The confidence that Amazon Comprehend has that the part of speech was correctly identified.  
Type: Float  
Required: No

 ** Tag **   <a name="comprehend-Type-PartOfSpeechTag-Tag"></a>
Identifies the part of speech that the token represents.  
Type: String  
Valid Values: `ADJ | ADP | ADV | AUX | CONJ | CCONJ | DET | INTJ | NOUN | NUM | O | PART | PRON | PROPN | PUNCT | SCONJ | SYM | VERB`   
Required: No

## See Also
<a name="API_PartOfSpeechTag_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/comprehend-2017-11-27/PartOfSpeechTag) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/comprehend-2017-11-27/PartOfSpeechTag) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/comprehend-2017-11-27/PartOfSpeechTag) 