| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.clone() |
DominantLanguageDetectionJobProperties |
DescribeDominantLanguageDetectionJobResult.getDominantLanguageDetectionJobProperties()
An object that contains the properties associated with a dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withEndTime(Date endTime)
The time that the dominant language detection job completed.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobName(String jobName)
The name that you assigned to the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withMessage(String message)
A description for the status of a job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the dominant language detection job.
|
DominantLanguageDetectionJobProperties |
DominantLanguageDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the dominant language detection job was submitted for processing.
|
| Modifier and Type | Method and Description |
|---|---|
List<DominantLanguageDetectionJobProperties> |
ListDominantLanguageDetectionJobsResult.getDominantLanguageDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDominantLanguageDetectionJobResult.setDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
|
DescribeDominantLanguageDetectionJobResult |
DescribeDominantLanguageDetectionJobResult.withDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
|
ListDominantLanguageDetectionJobsResult |
ListDominantLanguageDetectionJobsResult.withDominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDominantLanguageDetectionJobsResult.setDominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResult |
ListDominantLanguageDetectionJobsResult.withDominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2019. All rights reserved.