File tree 1 file changed +27
-12
lines changed
dev/cognitiveservices/data-plane/Language
1 file changed +27
-12
lines changed Original file line number Diff line number Diff line change 871
871
"$ref" : " #/definitions/HealthcareEntitiesDocumentResult"
872
872
},
873
873
{
874
- "$ref" : " #/definitions/DocumentDetectedLanguageString "
874
+ "$ref" : " #/definitions/DocumentDetectedLanguage "
875
875
}
876
876
]
877
877
},
926
926
" BodyStructure" ,
927
927
" Age" ,
928
928
" Gender" ,
929
+ " Ethnicity" ,
929
930
" ExaminationName" ,
930
931
" Date" ,
931
932
" Direction" ,
934
935
" MeasurementUnit" ,
935
936
" RelationalOperator" ,
936
937
" Time" ,
938
+ " Course" ,
937
939
" GeneOrProtein" ,
938
940
" Variant" ,
941
+ " Expression" ,
942
+ " MutationType" ,
939
943
" AdministrativeEvent" ,
940
944
" CareEnvironment" ,
941
945
" HealthcareProfession" ,
942
946
" Diagnosis" ,
943
947
" SymptomOrSign" ,
944
948
" ConditionQualifier" ,
949
+ " ConditionScale" ,
945
950
" MedicationClass" ,
946
951
" MedicationName" ,
947
952
" Dosage" ,
948
953
" MedicationForm" ,
949
954
" MedicationRoute" ,
950
955
" FamilyRelation" ,
951
- " TreatmentName"
956
+ " TreatmentName" ,
957
+ " Allergen" ,
958
+ " Employment" ,
959
+ " LivingStatus" ,
960
+ " SubstanceUse" ,
961
+ " SubstanceUseAmount"
952
962
]
953
963
},
954
964
"subcategory" : {
1007
1017
"type" : " string" ,
1008
1018
"enum" : [
1009
1019
" Abbreviation" ,
1020
+ " BodySiteOfCondition" ,
1021
+ " BodySiteOfTreatment" ,
1022
+ " CourseOfCondition" ,
1023
+ " CourseOfExamination" ,
1024
+ " CourseOfMedication" ,
1025
+ " CourseOfTreatment" ,
1010
1026
" DirectionOfBodyStructure" ,
1011
1027
" DirectionOfCondition" ,
1012
1028
" DirectionOfExamination" ,
1013
1029
" DirectionOfTreatment" ,
1014
1030
" DosageOfMedication" ,
1031
+ " ExaminationFindsCondition" ,
1032
+ " ExpressionOfGene" ,
1033
+ " ExpressionOfVariant" ,
1015
1034
" FormOfMedication" ,
1035
+ " FrequencyOfCondition" ,
1016
1036
" FrequencyOfMedication" ,
1017
1037
" FrequencyOfTreatment" ,
1038
+ " MutationTypeOfGene" ,
1039
+ " MutationTypeOfVariant" ,
1018
1040
" QualifierOfCondition" ,
1019
1041
" RelationOfExamination" ,
1020
1042
" RouteOfMedication" ,
1043
+ " ScaleOfCondition" ,
1021
1044
" TimeOfCondition" ,
1022
1045
" TimeOfEvent" ,
1023
1046
" TimeOfExamination" ,
1026
1049
" UnitOfCondition" ,
1027
1050
" UnitOfExamination" ,
1028
1051
" ValueOfCondition" ,
1029
- " ValueOfExamination"
1052
+ " ValueOfExamination" ,
1053
+ " VariantOfGene"
1030
1054
],
1031
1055
"x-ms-enum" : {
1032
1056
"name" : " relationType" ,
3466
3490
}
3467
3491
}
3468
3492
},
3469
- "DocumentDetectedLanguageString" : {
3470
- "type" : " object" ,
3471
- "properties" : {
3472
- "detectedLanguage" : {
3473
- "type" : " string" ,
3474
- "description" : " If 'language' is set to 'auto' for the document in the request this field will contain a 2 letter ISO 639-1 representation of the language detected for this document."
3475
- }
3476
- }
3477
- },
3478
3493
"DocumentError" : {
3479
3494
"type" : " object" ,
3480
3495
"required" : [
You can’t perform that action at this time.
0 commit comments