Struct aws_sdk_comprehend::input::detect_sentiment_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DetectSentimentInput
Implementations
A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
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.
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.
Consumes the builder and constructs a DetectSentimentInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
