#[non_exhaustive]pub struct DetectKeyPhrasesInput { /* private fields */ }Implementations§
source§impl DetectKeyPhrasesInput
impl DetectKeyPhrasesInput
sourcepub fn text(&self) -> Option<&str>
pub fn text(&self) -> Option<&str>
A UTF-8 text string. The string must contain less than 100 KB of UTF-8 encoded characters.
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.
source§impl DetectKeyPhrasesInput
impl DetectKeyPhrasesInput
sourcepub fn builder() -> DetectKeyPhrasesInputBuilder
pub fn builder() -> DetectKeyPhrasesInputBuilder
Creates a new builder-style object to manufacture DetectKeyPhrasesInput.
source§impl DetectKeyPhrasesInput
impl DetectKeyPhrasesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetectKeyPhrases, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DetectKeyPhrases, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetectKeyPhrases>
Trait Implementations§
source§impl Clone for DetectKeyPhrasesInput
impl Clone for DetectKeyPhrasesInput
source§fn clone(&self) -> DetectKeyPhrasesInput
fn clone(&self) -> DetectKeyPhrasesInput
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 Debug for DetectKeyPhrasesInput
impl Debug for DetectKeyPhrasesInput
source§impl PartialEq<DetectKeyPhrasesInput> for DetectKeyPhrasesInput
impl PartialEq<DetectKeyPhrasesInput> for DetectKeyPhrasesInput
source§fn eq(&self, other: &DetectKeyPhrasesInput) -> bool
fn eq(&self, other: &DetectKeyPhrasesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.