Struct aws_sdk_comprehend::input::BatchDetectEntitiesInput [−][src]
#[non_exhaustive]pub struct BatchDetectEntitiesInput {
pub text_list: Option<Vec<String>>,
pub language_code: Option<LanguageCode>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.text_list: Option<Vec<String>>A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer than 5,000 bytes of UTF-8 encoded characters.
language_code: 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDetectEntities, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDetectEntities, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<BatchDetectEntities>
Creates a new builder-style object to manufacture BatchDetectEntitiesInput
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer than 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.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BatchDetectEntitiesInput
impl Send for BatchDetectEntitiesInput
impl Sync for BatchDetectEntitiesInput
impl Unpin for BatchDetectEntitiesInput
impl UnwindSafe for BatchDetectEntitiesInput
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
