#[non_exhaustive]pub struct BatchDetectTargetedSentimentInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for BatchDetectTargetedSentimentInput
impl Clone for BatchDetectTargetedSentimentInput
sourcefn clone(&self) -> BatchDetectTargetedSentimentInput
fn clone(&self) -> BatchDetectTargetedSentimentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<BatchDetectTargetedSentimentInput> for BatchDetectTargetedSentimentInput
impl PartialEq<BatchDetectTargetedSentimentInput> for BatchDetectTargetedSentimentInput
sourcefn eq(&self, other: &BatchDetectTargetedSentimentInput) -> bool
fn eq(&self, other: &BatchDetectTargetedSentimentInput) -> bool
impl StructuralPartialEq for BatchDetectTargetedSentimentInput
Auto Trait Implementations
impl RefUnwindSafe for BatchDetectTargetedSentimentInput
impl Send for BatchDetectTargetedSentimentInput
impl Sync for BatchDetectTargetedSentimentInput
impl Unpin for BatchDetectTargetedSentimentInput
impl UnwindSafe for BatchDetectTargetedSentimentInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more