Struct aws_sdk_comprehend::input::DetectKeyPhrasesInput
source · [−]#[non_exhaustive]pub struct DetectKeyPhrasesInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectKeyPhrasesInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DetectKeyPhrasesInput
impl Clone for DetectKeyPhrasesInput
sourcefn clone(&self) -> DetectKeyPhrasesInput
fn clone(&self) -> DetectKeyPhrasesInput
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 DetectKeyPhrasesInput
impl Debug for DetectKeyPhrasesInput
sourceimpl PartialEq<DetectKeyPhrasesInput> for DetectKeyPhrasesInput
impl PartialEq<DetectKeyPhrasesInput> for DetectKeyPhrasesInput
sourcefn eq(&self, other: &DetectKeyPhrasesInput) -> bool
fn eq(&self, other: &DetectKeyPhrasesInput) -> bool
impl StructuralPartialEq for DetectKeyPhrasesInput
Auto Trait Implementations
impl RefUnwindSafe for DetectKeyPhrasesInput
impl Send for DetectKeyPhrasesInput
impl Sync for DetectKeyPhrasesInput
impl Unpin for DetectKeyPhrasesInput
impl UnwindSafe for DetectKeyPhrasesInput
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