Struct aws_sdk_comprehend::output::DetectKeyPhrasesOutput
source · #[non_exhaustive]pub struct DetectKeyPhrasesOutput { /* private fields */ }Implementations§
source§impl DetectKeyPhrasesOutput
impl DetectKeyPhrasesOutput
sourcepub fn key_phrases(&self) -> Option<&[KeyPhrase]>
pub fn key_phrases(&self) -> Option<&[KeyPhrase]>
A collection of key phrases that Amazon Comprehend identified in the input text. For each key phrase, the response provides the text of the key phrase, where the key phrase begins and ends, and the level of confidence that Amazon Comprehend has in the accuracy of the detection.
source§impl DetectKeyPhrasesOutput
impl DetectKeyPhrasesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectKeyPhrasesOutput.
Trait Implementations§
source§impl Clone for DetectKeyPhrasesOutput
impl Clone for DetectKeyPhrasesOutput
source§fn clone(&self) -> DetectKeyPhrasesOutput
fn clone(&self) -> DetectKeyPhrasesOutput
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 DetectKeyPhrasesOutput
impl Debug for DetectKeyPhrasesOutput
source§impl PartialEq<DetectKeyPhrasesOutput> for DetectKeyPhrasesOutput
impl PartialEq<DetectKeyPhrasesOutput> for DetectKeyPhrasesOutput
source§fn eq(&self, other: &DetectKeyPhrasesOutput) -> bool
fn eq(&self, other: &DetectKeyPhrasesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.