Struct aws_sdk_comprehend::operation::detect_targeted_sentiment::DetectTargetedSentimentInput
source · #[non_exhaustive]pub struct DetectTargetedSentimentInput { /* private fields */ }Implementations§
source§impl DetectTargetedSentimentInput
impl DetectTargetedSentimentInput
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language of the input documents. Currently, English is the only supported language.
source§impl DetectTargetedSentimentInput
impl DetectTargetedSentimentInput
sourcepub fn builder() -> DetectTargetedSentimentInputBuilder
pub fn builder() -> DetectTargetedSentimentInputBuilder
Creates a new builder-style object to manufacture DetectTargetedSentimentInput.
source§impl DetectTargetedSentimentInput
impl DetectTargetedSentimentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectTargetedSentiment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DetectTargetedSentiment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetectTargetedSentiment>
Trait Implementations§
source§impl Clone for DetectTargetedSentimentInput
impl Clone for DetectTargetedSentimentInput
source§fn clone(&self) -> DetectTargetedSentimentInput
fn clone(&self) -> DetectTargetedSentimentInput
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 DetectTargetedSentimentInput
impl Debug for DetectTargetedSentimentInput
source§impl PartialEq<DetectTargetedSentimentInput> for DetectTargetedSentimentInput
impl PartialEq<DetectTargetedSentimentInput> for DetectTargetedSentimentInput
source§fn eq(&self, other: &DetectTargetedSentimentInput) -> bool
fn eq(&self, other: &DetectTargetedSentimentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.