Class ProjectsResource.LocationsResource.ServicesResource.NlpResource.AnalyzeEntitiesRequest
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.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.NlpResource.AnalyzeEntitiesRequest
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.NlpResource.AnalyzeEntitiesRequest : CloudHealthcareBaseServiceRequest<AnalyzeEntitiesResponse>, IClientServiceRequest<AnalyzeEntitiesResponse>, IClientServiceRequest
Constructors
AnalyzeEntitiesRequest(IClientService, AnalyzeEntitiesRequest, string)
Constructs a new AnalyzeEntities request.
Declaration
public AnalyzeEntitiesRequest(IClientService service, AnalyzeEntitiesRequest body, string nlpService)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AnalyzeEntitiesRequest | body | |
string | nlpService |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
NlpService
The resource name of the service of the form: "projects/{project_id}/locations/{location_id}/services/nlp".
Declaration
[RequestParameter("nlpService", RequestParameterType.Path)]
public virtual string NlpService { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes AnalyzeEntities parameter list.
Declaration
protected override void InitParameters()