docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/healthcare_v1beta1.projects.locations.services.nlp.html b/docs/dyn/healthcare_v1beta1.projects.locations.services.nlp.html
index 1b9b40c..1e3cb8e 100644
--- a/docs/dyn/healthcare_v1beta1.projects.locations.services.nlp.html
+++ b/docs/dyn/healthcare_v1beta1.projects.locations.services.nlp.html
@@ -103,48 +103,48 @@
An object of the form:
{ # Includes recognized entity mentions and relationships between them.
- "relationships": [ # relationships contains all the binary relationships that were identified between entity mentions within the provided document.
- { # Defines directed relationship from one entity mention to another.
- "objectId": "A String", # object_id is the id of the object entity mention.
- "confidence": 3.14, # The model's confidence in this annotation. A number between 0 and 1.
- "subjectId": "A String", # subject_id is the id of the subject entity mention.
- },
- ],
"entities": [ # The union of all the candidate entities that the entity_mentions in this response could link to. These are UMLS concepts or normalized mention content.
{ # The candidate entities that an entity mention could link to.
- "entityId": "A String", # entity_id is a first class field entity_id uniquely identifies this concept and its meta-vocabulary. For example, "UMLS/C0000970".
"preferredTerm": "A String", # preferred_term is the preferred term for this concept. For example, "Acetaminophen". For ad hoc entities formed by normalization, this is the most popular unnormalized string.
"vocabularyCodes": [ # Vocabulary codes are first-class fields and differentiated from the concept unique identifier (entity_id). vocabulary_codes contains the representation of this concept in particular vocabularies, such as ICD-10, SNOMED-CT and RxNORM. These are prefixed by the name of the vocabulary, followed by the unique code within that vocabulary. For example, "RXNORM/A10334543".
"A String",
],
+ "entityId": "A String", # entity_id is a first class field entity_id uniquely identifies this concept and its meta-vocabulary. For example, "UMLS/C0000970".
},
],
"entityMentions": [ # entity_mentions contains all the annotated medical entities that were were mentioned in the provided document.
{ # An entity mention in the document.
- "subject": { # A feature of an entity mention. # The subject this entity mention relates to. Its value is one of: PATIENT, FAMILY_MEMBER, OTHER
- "value": "A String", # The value of this feature annotation. Its range depends on the type of the feature.
- "confidence": 3.14, # The model's confidence in this feature annotation. A number between 0 and 1.
- },
- "certaintyAssessment": { # A feature of an entity mention. # The certainty assessment of the entity mention. Its value is one of: LIKELY, SOMEWHAT_LIKELY, UNCERTAIN, SOMEWHAT_UNLIKELY, UNLIKELY, CONDITIONAL
- "value": "A String", # The value of this feature annotation. Its range depends on the type of the feature.
- "confidence": 3.14, # The model's confidence in this feature annotation. A number between 0 and 1.
- },
"linkedEntities": [ # linked_entities are candidate ontological concepts that this entity mention may refer to. They are sorted by decreasing confidence.it
{ # EntityMentions can be linked to multiple entities using a LinkedEntity message lets us add other fields, e.g. confidence.
"entityId": "A String", # entity_id is a concept unique identifier. These are prefixed by a string that identifies the entity coding system, followed by the unique identifier within that system. For example, "UMLS/C0000970". This also supports ad hoc entities, which are formed by normalizing entity mention content.
},
],
+ "mentionId": "A String", # mention_id uniquely identifies each entity mention in a single response.
"text": { # A span of text in the provided document. # text is the location of the entity mention in the document.
"content": "A String", # The original text contained in this span.
"beginOffset": 42, # The unicode codepoint index of the beginning of this span.
},
- "temporalAssessment": { # A feature of an entity mention. # How this entity mention relates to the subject temporally. Its value is one of: CURRENT, CLINICAL_HISTORY, FAMILY_HISTORY, UPCOMING, ALLERGY
- "value": "A String", # The value of this feature annotation. Its range depends on the type of the feature.
+ "certaintyAssessment": { # A feature of an entity mention. # The certainty assessment of the entity mention. Its value is one of: LIKELY, SOMEWHAT_LIKELY, UNCERTAIN, SOMEWHAT_UNLIKELY, UNLIKELY, CONDITIONAL
"confidence": 3.14, # The model's confidence in this feature annotation. A number between 0 and 1.
+ "value": "A String", # The value of this feature annotation. Its range depends on the type of the feature.
+ },
+ "temporalAssessment": { # A feature of an entity mention. # How this entity mention relates to the subject temporally. Its value is one of: CURRENT, CLINICAL_HISTORY, FAMILY_HISTORY, UPCOMING, ALLERGY
+ "confidence": 3.14, # The model's confidence in this feature annotation. A number between 0 and 1.
+ "value": "A String", # The value of this feature annotation. Its range depends on the type of the feature.
},
"confidence": 3.14, # The model's confidence in this entity mention annotation. A number between 0 and 1.
"type": "A String", # The semantic type of the entity: UNKNOWN_ENTITY_TYPE, ALONE, ANATOMICAL_STRUCTURE, ASSISTED_LIVING, BF_RESULT, BM_RESULT, BM_UNIT, BM_VALUE, BODY_FUNCTION, BODY_MEASUREMENT, COMPLIANT, DOESNOT_FOLLOWUP, FAMILY, FOLLOWSUP, LABORATORY_DATA, LAB_RESULT, LAB_UNIT, LAB_VALUE, MEDICAL_DEVICE, MEDICINE, MED_DOSE, MED_DURATION, MED_FORM, MED_FREQUENCY, MED_ROUTE, MED_STATUS, MED_STRENGTH, MED_TOTALDOSE, MED_UNIT, NON_COMPLIANT, OTHER_LIVINGSTATUS, PROBLEM, PROCEDURE, PROCEDURE_RESULT, PROC_METHOD, REASON_FOR_NONCOMPLIANCE, SEVERITY, SUBSTANCE_ABUSE, UNCLEAR_FOLLOWUP.
- "mentionId": "A String", # mention_id uniquely identifies each entity mention in a single response.
+ "subject": { # A feature of an entity mention. # The subject this entity mention relates to. Its value is one of: PATIENT, FAMILY_MEMBER, OTHER
+ "confidence": 3.14, # The model's confidence in this feature annotation. A number between 0 and 1.
+ "value": "A String", # The value of this feature annotation. Its range depends on the type of the feature.
+ },
+ },
+ ],
+ "relationships": [ # relationships contains all the binary relationships that were identified between entity mentions within the provided document.
+ { # Defines directed relationship from one entity mention to another.
+ "confidence": 3.14, # The model's confidence in this annotation. A number between 0 and 1.
+ "objectId": "A String", # object_id is the id of the object entity mention.
+ "subjectId": "A String", # subject_id is the id of the subject entity mention.
},
],
}</pre>