Struct aws_sdk_comprehend::output::DetectSyntaxOutput
source · [−]#[non_exhaustive]pub struct DetectSyntaxOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DetectSyntaxOutput
impl DetectSyntaxOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectSyntaxOutput.
Trait Implementations
sourceimpl Clone for DetectSyntaxOutput
impl Clone for DetectSyntaxOutput
sourcefn clone(&self) -> DetectSyntaxOutput
fn clone(&self) -> DetectSyntaxOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DetectSyntaxOutput
impl Debug for DetectSyntaxOutput
sourceimpl PartialEq<DetectSyntaxOutput> for DetectSyntaxOutput
impl PartialEq<DetectSyntaxOutput> for DetectSyntaxOutput
sourcefn eq(&self, other: &DetectSyntaxOutput) -> bool
fn eq(&self, other: &DetectSyntaxOutput) -> bool
impl StructuralPartialEq for DetectSyntaxOutput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more