PartOfSpeechTag class
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 how-syntax.
Constructors
- PartOfSpeechTag({double? score, PartOfSpeechTagType? tag})
-
PartOfSpeechTag.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double?
-
The confidence that Amazon Comprehend has that the part of speech was
correctly identified.
final
- tag → PartOfSpeechTagType?
-
Identifies the part of speech that the token represents.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited