#[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() -> Builder
pub fn builder() -> Builder
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 more