Skip to content

Commit d82230e

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

File tree

1 file changed

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

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ 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"
7975
}
8076
]
8177
}
@@ -108,18 +104,6 @@ The language detection model now has additional context to make a better judgmen
108104
"id":"2",
109105
"warnings":[
110106

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-
123107
]
124108
}
125109
],

0 commit comments

Comments
 (0)