#[non_exhaustive]pub struct DescribeKeyPhrasesDetectionJobOutput { /* private fields */ }Implementations§
source§impl DescribeKeyPhrasesDetectionJobOutput
impl DescribeKeyPhrasesDetectionJobOutput
sourcepub fn key_phrases_detection_job_properties(
&self
) -> Option<&KeyPhrasesDetectionJobProperties>
pub fn key_phrases_detection_job_properties(
&self
) -> Option<&KeyPhrasesDetectionJobProperties>
An object that contains the properties associated with a key phrases detection job.
source§impl DescribeKeyPhrasesDetectionJobOutput
impl DescribeKeyPhrasesDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeKeyPhrasesDetectionJobOutput.
Trait Implementations§
source§impl Clone for DescribeKeyPhrasesDetectionJobOutput
impl Clone for DescribeKeyPhrasesDetectionJobOutput
source§fn clone(&self) -> DescribeKeyPhrasesDetectionJobOutput
fn clone(&self) -> DescribeKeyPhrasesDetectionJobOutput
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 PartialEq<DescribeKeyPhrasesDetectionJobOutput> for DescribeKeyPhrasesDetectionJobOutput
impl PartialEq<DescribeKeyPhrasesDetectionJobOutput> for DescribeKeyPhrasesDetectionJobOutput
source§fn eq(&self, other: &DescribeKeyPhrasesDetectionJobOutput) -> bool
fn eq(&self, other: &DescribeKeyPhrasesDetectionJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.