Class: Aws::Comprehend::Types::DescribeDominantLanguageDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDominantLanguageDetectionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dominant_language_detection_job_properties ⇒ Types::DominantLanguageDetectionJobProperties
An object that contains the properties associated with a dominant language detection job.
Instance Attribute Details
#dominant_language_detection_job_properties ⇒ Types::DominantLanguageDetectionJobProperties
An object that contains the properties associated with a dominant language detection job.
1995 1996 1997 1998 1999 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1995 class DescribeDominantLanguageDetectionJobResponse < Struct.new( :dominant_language_detection_job_properties) SENSITIVE = [] include Aws::Structure end |