#[non_exhaustive]pub struct DetectSentimentInput { /* private fields */ }Implementations§
source§impl DetectSentimentInput
impl DetectSentimentInput
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
source§impl DetectSentimentInput
impl DetectSentimentInput
sourcepub fn builder() -> DetectSentimentInputBuilder
pub fn builder() -> DetectSentimentInputBuilder
Creates a new builder-style object to manufacture DetectSentimentInput.
source§impl DetectSentimentInput
impl DetectSentimentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectSentiment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DetectSentiment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetectSentiment>
Trait Implementations§
source§impl Clone for DetectSentimentInput
impl Clone for DetectSentimentInput
source§fn clone(&self) -> DetectSentimentInput
fn clone(&self) -> DetectSentimentInput
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 DetectSentimentInput
impl Debug for DetectSentimentInput
source§impl PartialEq<DetectSentimentInput> for DetectSentimentInput
impl PartialEq<DetectSentimentInput> for DetectSentimentInput
source§fn eq(&self, other: &DetectSentimentInput) -> bool
fn eq(&self, other: &DetectSentimentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.