#[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() -> DetectSyntaxOutputBuilder
pub fn builder() -> DetectSyntaxOutputBuilder
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 moresource§impl Debug for DetectSyntaxOutput
impl Debug for DetectSyntaxOutput
source§impl PartialEq<DetectSyntaxOutput> for DetectSyntaxOutput
impl PartialEq<DetectSyntaxOutput> for DetectSyntaxOutput
source§fn eq(&self, other: &DetectSyntaxOutput) -> bool
fn eq(&self, other: &DetectSyntaxOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DetectSyntaxOutput
impl RequestId for DetectSyntaxOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more