analyzeEntities
public CloudHealthcare.Projects.Locations.Services.Nlp.AnalyzeEntities analyzeEntities(String nlpService,
AnalyzeEntitiesRequest content)
throws IOException
Analyze heathcare entity in a document. Its response includes the recognized entity mentions and
the relationships between them. AnalyzeEntities uses context aware models to detect entities.
This method can only analyze documents written in English.
Create a request for the method "nlp.analyzeEntities".
This request holds the parameters needed by the healthcare server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
nlpService
- The resource name of the service of the form:
"projects/{project_id}/locations/{location_id}/services/nlp".
content
- the AnalyzeEntitiesRequest
- Returns:
- the request
- Throws:
IOException