AWSComprehendPartOfSpeechTag
Objective-C
@interface AWSComprehendPartOfSpeechTag
Swift
class AWSComprehendPartOfSpeechTag
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 in the Comprehend Developer Guide.
-
The confidence that Amazon Comprehend has that the part of speech was correctly identified.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable score;
Swift
var score: NSNumber? { get set }
-
Identifies the part of speech that the token represents.
Declaration
Objective-C
@property (nonatomic) AWSComprehendPartOfSpeechTagType tag;
Swift
var tag: AWSComprehendPartOfSpeechTagType { get set }