target.apidocs.com.google.api.services.healthcare.v1.CloudHealthcare.Projects.Locations.Services.Nlp.html Maven / Gradle / Ivy
The newest version!
CloudHealthcare.Projects.Locations.Services.Nlp (Cloud Healthcare API v1-rev20241205-2.0.0)
com.google.api.services.healthcare.v1
Class CloudHealthcare.Projects.Locations.Services.Nlp
- java.lang.Object
-
- com.google.api.services.healthcare.v1.CloudHealthcare.Projects.Locations.Services.Nlp
-
- Enclosing class:
- CloudHealthcare.Projects.Locations.Services
public class CloudHealthcare.Projects.Locations.Services.Nlp
extends Object
The "nlp" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudHealthcare.Projects.Locations.Services.Nlp.AnalyzeEntities
-
Constructor Summary
Constructors
Constructor and Description
Nlp()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudHealthcare.Projects.Locations.Services.Nlp.AnalyzeEntities
analyzeEntities(String nlpService,
AnalyzeEntitiesRequest content)
Analyze heathcare entity in a document.
-
-
Method Detail
-
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.
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
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy