Module: Aws::Comprehend::Client::_ListDominantLanguageDetectionJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDominantLanguageDetectionJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dominant_language_detection_job_properties_list ⇒ ::Array[Types::DominantLanguageDetectionJobProperties]
- #next_token ⇒ ::String
Instance Method Details
#dominant_language_detection_job_properties_list ⇒ ::Array[Types::DominantLanguageDetectionJobProperties]
805 |
# File 'sig/client.rbs', line 805
def dominant_language_detection_job_properties_list: () -> ::Array[Types::DominantLanguageDetectionJobProperties]
|
#next_token ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def next_token: () -> ::String
|