#[non_exhaustive]pub struct BatchDetectKeyPhrasesInput { /* private fields */ }Implementations
sourceimpl BatchDetectKeyPhrasesInput
impl BatchDetectKeyPhrasesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDetectKeyPhrases, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDetectKeyPhrases, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDetectKeyPhrases>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDetectKeyPhrasesInput.
sourceimpl BatchDetectKeyPhrasesInput
impl BatchDetectKeyPhrasesInput
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. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
Trait Implementations
sourceimpl Clone for BatchDetectKeyPhrasesInput
impl Clone for BatchDetectKeyPhrasesInput
sourcefn clone(&self) -> BatchDetectKeyPhrasesInput
fn clone(&self) -> BatchDetectKeyPhrasesInput
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 Debug for BatchDetectKeyPhrasesInput
impl Debug for BatchDetectKeyPhrasesInput
sourceimpl PartialEq<BatchDetectKeyPhrasesInput> for BatchDetectKeyPhrasesInput
impl PartialEq<BatchDetectKeyPhrasesInput> for BatchDetectKeyPhrasesInput
sourcefn eq(&self, other: &BatchDetectKeyPhrasesInput) -> bool
fn eq(&self, other: &BatchDetectKeyPhrasesInput) -> bool
impl StructuralPartialEq for BatchDetectKeyPhrasesInput
Auto Trait Implementations
impl RefUnwindSafe for BatchDetectKeyPhrasesInput
impl Send for BatchDetectKeyPhrasesInput
impl Sync for BatchDetectKeyPhrasesInput
impl Unpin for BatchDetectKeyPhrasesInput
impl UnwindSafe for BatchDetectKeyPhrasesInput
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