nlp
Creates, updates, deletes, gets or lists a nlp
resource.
Overview
Name | nlp |
Type | Resource |
Id | google.healthcare.nlp |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
analyze_entities | exec | projectsId , locationsId | 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. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
locationsId | string | |
projectsId | string |
Lifecycle Methods
- analyze_entities
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.
EXEC google.healthcare.nlp.analyze_entities
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required
@@json=
'{
"documentContent": "{{ documentContent }}",
"licensedVocabularies": "{{ licensedVocabularies }}",
"alternativeOutputFormat": "{{ alternativeOutputFormat }}"
}';