Skip to content

Commit

Permalink
[text analytics] Updated HealthcareAssertion enum values to be camel …
Browse files Browse the repository at this point in the history
…cased (Azure#13361)

* Updated HealthcareAssertion enum values to be camel cased

* Updated an example

Co-authored-by: Abby Hartman <abhahn@microsoft.com>
  • Loading branch information
2 people authored and MirzaSikander committed Mar 22, 2021
1 parent f4cd1c6 commit c25fe94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1871,8 +1871,8 @@
"description": "Describes any conditionality on the entity.",
"type": "string",
"enum": [
"Hypothetical",
"Conditional"
"hypothetical",
"conditional"
],
"x-ms-enum": {
"name": "Conditionality",
Expand All @@ -1883,11 +1883,11 @@
"description": "Describes the entities certainty and polarity.",
"type": "string",
"enum": [
"Positive",
"PositivePossible",
"NeutralPossible",
"NegativePossible",
"Negative"
"positive",
"positivePossible",
"neutralPossible",
"negativePossible",
"negative"
],
"x-ms-enum": {
"name": "Certainty",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"category": "MedicationName",
"confidenceScore": 1.0,
"assertion": {
"certainty": "Positive"
"certainty": "positive"
},
"links": [
{
Expand Down

0 comments on commit c25fe94

Please sign in to comment.