Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.NlpResource

The "nlp" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ServicesResource.NlpResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.NlpResource

Constructors

NlpResource(IClientService)

Constructs a new resource.

Declaration
public NlpResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

AnalyzeEntities(AnalyzeEntitiesRequest, string)

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.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.NlpResource.AnalyzeEntitiesRequest AnalyzeEntities(AnalyzeEntitiesRequest body, string nlpService)
Parameters
Type Name Description
AnalyzeEntitiesRequest body

The body of the request.

string nlpService

The resource name of the service of the form: "projects/{project_id}/locations/{location_id}/services/nlp".

Returns
Type Description
ProjectsResource.LocationsResource.ServicesResource.NlpResource.AnalyzeEntitiesRequest
In this article
Back to top Generated by DocFX