Class: Aws::Comprehend::Types::DescribeDominantLanguageDetectionJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dominant_language_detection_job_propertiesTypes::DominantLanguageDetectionJobProperties

An object that contains the properties associated with a dominant language detection job.



1995
1996
1997
1998
1999
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1995

class DescribeDominantLanguageDetectionJobResponse < Struct.new(
  :dominant_language_detection_job_properties)
  SENSITIVE = []
  include Aws::Structure
end