Struct aws_sdk_comprehend::output::DetectSyntaxOutput
source · #[non_exhaustive]pub struct DetectSyntaxOutput { /* private fields */ }Implementations§
source§impl DetectSyntaxOutput
impl DetectSyntaxOutput
sourcepub fn syntax_tokens(&self) -> Option<&[SyntaxToken]>
pub fn syntax_tokens(&self) -> Option<&[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 Syntax in the Comprehend Developer Guide.
source§impl DetectSyntaxOutput
impl DetectSyntaxOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectSyntaxOutput.
Trait Implementations§
source§impl Clone for DetectSyntaxOutput
impl Clone for DetectSyntaxOutput
source§fn clone(&self) -> DetectSyntaxOutput
fn clone(&self) -> DetectSyntaxOutput
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