Struct aws_sdk_comprehend::model::PartOfSpeechTag
source · #[non_exhaustive]pub struct PartOfSpeechTag { /* private fields */ }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 Syntax in the Comprehend Developer Guide.
Implementations§
source§impl PartOfSpeechTag
impl PartOfSpeechTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PartOfSpeechTag.
Trait Implementations§
source§impl Clone for PartOfSpeechTag
impl Clone for PartOfSpeechTag
source§fn clone(&self) -> PartOfSpeechTag
fn clone(&self) -> PartOfSpeechTag
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more