Struct aws_sdk_comprehend::operation::describe_dominant_language_detection_job::DescribeDominantLanguageDetectionJobOutput
source · #[non_exhaustive]pub struct DescribeDominantLanguageDetectionJobOutput { /* private fields */ }Implementations§
source§impl DescribeDominantLanguageDetectionJobOutput
impl DescribeDominantLanguageDetectionJobOutput
sourcepub fn dominant_language_detection_job_properties(
&self
) -> Option<&DominantLanguageDetectionJobProperties>
pub fn dominant_language_detection_job_properties( &self ) -> Option<&DominantLanguageDetectionJobProperties>
An object that contains the properties associated with a dominant language detection job.
source§impl DescribeDominantLanguageDetectionJobOutput
impl DescribeDominantLanguageDetectionJobOutput
sourcepub fn builder() -> DescribeDominantLanguageDetectionJobOutputBuilder
pub fn builder() -> DescribeDominantLanguageDetectionJobOutputBuilder
Creates a new builder-style object to manufacture DescribeDominantLanguageDetectionJobOutput.
Trait Implementations§
source§impl Clone for DescribeDominantLanguageDetectionJobOutput
impl Clone for DescribeDominantLanguageDetectionJobOutput
source§fn clone(&self) -> DescribeDominantLanguageDetectionJobOutput
fn clone(&self) -> DescribeDominantLanguageDetectionJobOutput
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<DescribeDominantLanguageDetectionJobOutput> for DescribeDominantLanguageDetectionJobOutput
impl PartialEq<DescribeDominantLanguageDetectionJobOutput> for DescribeDominantLanguageDetectionJobOutput
source§fn eq(&self, other: &DescribeDominantLanguageDetectionJobOutput) -> bool
fn eq(&self, other: &DescribeDominantLanguageDetectionJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDominantLanguageDetectionJobOutput
impl RequestId for DescribeDominantLanguageDetectionJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.