#[non_exhaustive]pub struct BatchDetectTargetedSentimentInput { /* private fields */ }Implementations§
source§impl BatchDetectTargetedSentimentInput
impl BatchDetectTargetedSentimentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDetectTargetedSentiment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDetectTargetedSentiment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDetectTargetedSentiment>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDetectTargetedSentimentInput.
source§impl BatchDetectTargetedSentimentInput
impl BatchDetectTargetedSentimentInput
sourcepub fn text_list(&self) -> Option<&[String]>
pub fn text_list(&self) -> Option<&[String]>
A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size of each document is 5 KB.
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.
Trait Implementations§
source§impl Clone for BatchDetectTargetedSentimentInput
impl Clone for BatchDetectTargetedSentimentInput
source§fn clone(&self) -> BatchDetectTargetedSentimentInput
fn clone(&self) -> BatchDetectTargetedSentimentInput
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 PartialEq<BatchDetectTargetedSentimentInput> for BatchDetectTargetedSentimentInput
impl PartialEq<BatchDetectTargetedSentimentInput> for BatchDetectTargetedSentimentInput
source§fn eq(&self, other: &BatchDetectTargetedSentimentInput) -> bool
fn eq(&self, other: &BatchDetectTargetedSentimentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.