Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
-
Packages that use SNOMEDCTEntity Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of SNOMEDCTEntity in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type SNOMEDCTEntity Modifier and Type Method Description List<SNOMEDCTEntity>InferSnomedctResponse. entities()The collection of medical concept entities extracted from the input text and their associated information.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type SNOMEDCTEntity Modifier and Type Method Description InferSnomedctResponse.BuilderInferSnomedctResponse.Builder. entities(SNOMEDCTEntity... entities)The collection of medical concept entities extracted from the input text and their associated information.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type SNOMEDCTEntity Modifier and Type Method Description InferSnomedctResponse.BuilderInferSnomedctResponse.Builder. entities(Collection<SNOMEDCTEntity> entities)The collection of medical concept entities extracted from the input text and their associated information.
-