Struct aws_sdk_comprehend::model::syntax_token::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for SyntaxToken
Implementations
A unique identifier for a token.
The word that was recognized in the source text.
The word that was recognized in the source text.
The zero-based offset from the beginning of the source text to the first character in the word.
The zero-based offset from the beginning of the source text to the first character in the word.
The zero-based offset from the beginning of the source text to the last character in the word.
The zero-based offset from the beginning of the source text to the last character in the word.
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was correctly identified. For more information, see how-syntax
.
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was correctly identified. For more information, see how-syntax
.
Consumes the builder and constructs a SyntaxToken
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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