Skip to content

Commit f4b08d5

Browse files
authored
Update call-api.md
1 parent e11e1f4 commit f4b08d5

File tree

1 file changed

+16
-0
lines changed
  • articles/cognitive-services/language-service/language-detection/how-to

1 file changed

+16
-0
lines changed

articles/cognitive-services/language-service/language-detection/how-to/call-api.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ For example, "communication" is common to both English and French and if given w
7272
"id": "2",
7373
"text": "communication",
7474
"countryHint": "fr"
75+
},
76+
{
77+
"id": "3",
78+
"text": "pruthvi surya ke charo aur ghumti hai"
7579
}
7680
]
7781
}
@@ -104,6 +108,18 @@ The language detection model now has additional context to make a better judgmen
104108
"id":"2",
105109
"warnings":[
106110

111+
]
112+
},
113+
{
114+
"detectedLanguage":{
115+
"confidenceScore":1.0,
116+
"iso6391Name":"hi",
117+
"name":"Hindi",
118+
"script": "Latin"
119+
},
120+
"id":"3",
121+
"warnings":[
122+
107123
]
108124
}
109125
],

0 commit comments

Comments
 (0)