We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301019d commit 3b15419Copy full SHA for 3b15419
examples/name_translation.js
@@ -18,12 +18,11 @@ api.parameters.name = name_translation_data;
18
api.parameters.entityType = "PERSON";
19
api.parameters.targetLanguage = "eng";
20
api.parameters.targetScript = "Latn";
21
-api.parameters.targetScheme = "IC";
22
23
api.rosette(endpoint, function(err, res){
24
if(err){
25
console.log(err);
26
} else {
27
console.log(JSON.stringify(res, null, 2));
28
}
29
-});
+});
0 commit comments