Uses of Class
software.amazon.awssdk.services.comprehend.model.KeyPhrasesDetectionJobProperties
-
Packages that use KeyPhrasesDetectionJobProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of KeyPhrasesDetectionJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return KeyPhrasesDetectionJobProperties Modifier and Type Method Description KeyPhrasesDetectionJobPropertiesDescribeKeyPhrasesDetectionJobResponse. keyPhrasesDetectionJobProperties()An object that contains the properties associated with a key phrases detection job.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type KeyPhrasesDetectionJobProperties Modifier and Type Method Description List<KeyPhrasesDetectionJobProperties>ListKeyPhrasesDetectionJobsResponse. keyPhrasesDetectionJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type KeyPhrasesDetectionJobProperties Modifier and Type Method Description DescribeKeyPhrasesDetectionJobResponse.BuilderDescribeKeyPhrasesDetectionJobResponse.Builder. keyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties keyPhrasesDetectionJobProperties)An object that contains the properties associated with a key phrases detection job.ListKeyPhrasesDetectionJobsResponse.BuilderListKeyPhrasesDetectionJobsResponse.Builder. keyPhrasesDetectionJobPropertiesList(KeyPhrasesDetectionJobProperties... keyPhrasesDetectionJobPropertiesList)A list containing the properties of each job that is returned.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type KeyPhrasesDetectionJobProperties Modifier and Type Method Description ListKeyPhrasesDetectionJobsResponse.BuilderListKeyPhrasesDetectionJobsResponse.Builder. keyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList)A list containing the properties of each job that is returned.
-