#[non_exhaustive]pub struct DetectSyntaxInput { /* private fields */ }Implementations§
source§impl DetectSyntaxInput
impl DetectSyntaxInput
sourcepub fn language_code(&self) -> Option<&SyntaxLanguageCode>
pub fn language_code(&self) -> Option<&SyntaxLanguageCode>
The language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt").
source§impl DetectSyntaxInput
impl DetectSyntaxInput
sourcepub fn builder() -> DetectSyntaxInputBuilder
pub fn builder() -> DetectSyntaxInputBuilder
Creates a new builder-style object to manufacture DetectSyntaxInput.
source§impl DetectSyntaxInput
impl DetectSyntaxInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectSyntax, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DetectSyntax, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetectSyntax>
Trait Implementations§
source§impl Clone for DetectSyntaxInput
impl Clone for DetectSyntaxInput
source§fn clone(&self) -> DetectSyntaxInput
fn clone(&self) -> DetectSyntaxInput
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 DetectSyntaxInput
impl Debug for DetectSyntaxInput
source§impl PartialEq<DetectSyntaxInput> for DetectSyntaxInput
impl PartialEq<DetectSyntaxInput> for DetectSyntaxInput
source§fn eq(&self, other: &DetectSyntaxInput) -> bool
fn eq(&self, other: &DetectSyntaxInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.