Struct aws_sdk_comprehend::output::DetectSyntaxOutput
source · [−]#[non_exhaustive]pub struct DetectSyntaxOutput {
pub syntax_tokens: Option<Vec<SyntaxToken>>,
}
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.syntax_tokens: Option<Vec<SyntaxToken>>
A collection of syntax tokens describing the text. For each token, the response provides the text, the token type, where the text begins and ends, and the level of confidence that Amazon Comprehend has that the token is correct. For a list of token types, see how-syntax
.
Implementations
A collection of syntax tokens describing the text. For each token, the response provides the text, the token type, where the text begins and ends, and the level of confidence that Amazon Comprehend has that the token is correct. For a list of token types, see how-syntax
.
Creates a new builder-style object to manufacture DetectSyntaxOutput
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 DetectSyntaxOutput
impl Send for DetectSyntaxOutput
impl Sync for DetectSyntaxOutput
impl Unpin for DetectSyntaxOutput
impl UnwindSafe for DetectSyntaxOutput
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