Struct aws_sdk_comprehend::model::PartOfSpeechTag [−][src]
#[non_exhaustive]pub struct PartOfSpeechTag {
pub tag: Option<PartOfSpeechTagType>,
pub score: Option<f32>,
}Expand description
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.tag: Option<PartOfSpeechTagType>Identifies the part of speech that the token represents.
score: Option<f32>The confidence that Amazon Comprehend has that the part of speech was correctly identified.
Implementations
Creates a new builder-style object to manufacture PartOfSpeechTag
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PartOfSpeechTag
impl Send for PartOfSpeechTag
impl Sync for PartOfSpeechTag
impl Unpin for PartOfSpeechTag
impl UnwindSafe for PartOfSpeechTag
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
