public class CloudHealthcare.Projects.Locations.Services.Nlp extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudHealthcare.Projects.Locations.Services.Nlp.AnalyzeEntities |
| Constructor and Description |
|---|
Nlp() |
| Modifier and Type | Method and Description |
|---|---|
CloudHealthcare.Projects.Locations.Services.Nlp.AnalyzeEntities |
analyzeEntities(String nlpService,
AnalyzeEntitiesRequest content)
Analyze heathcare entity in a document.
|
public CloudHealthcare.Projects.Locations.Services.Nlp.AnalyzeEntities analyzeEntities(String nlpService, AnalyzeEntitiesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.nlpService - The resource name of the service of the form:
"projects/{project_id}/locations/{location_id}/services/nlp".content - the AnalyzeEntitiesRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.