File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
articles/cognitive-services/Translator/document-translation/how-to-guides Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -44,29 +44,29 @@ A glossary is a list of terms with definitions that you create for the Document
44
44
1 . ** Specify your glossary in the translation request.** Include the ** ` glossary URL ` ** , ** ` format ` ** , and ** ` version ` ** in your ** ` POST ` ** request:
45
45
46
46
``` json
47
- {
48
- "inputs" : [
49
- {
50
- "source" : {
51
- "sourceUrl" : " https://my.blob.core.windows.net/source-en?sv=2019-12-12&st=2021-03-05T17%3A45%3A25Z&se=2021-03-13T17%3A45%3A00Z&sr=c&sp=rl&sig=SDRPMjE4nfrH3csmKLILkT%2Fv3e0Q6SWpssuuQl1NmfM%3D"
52
- },
53
- "targets" : [
54
- {
55
- "targetUrl" : " https://my.blob.core.windows.net/target-fr?sv=2019-12-12&st=2021-03-05T17%3A49%3A02Z&se=2021-03-13T17%3A49%3A00Z&sr=c&sp=wdl&sig=Sq%2BYdNbhgbq4hLT0o1UUOsTnQJFU590sWYo4BOhhQhs%3D" ,
56
- "language" : " fr" ,
57
- "glossaries" : [
58
- {
59
- "glossaryUrl" : " https://my.blob.core.windows.net/glossaries/en-fr.tsv?sv=2019-12-12&st=2021-03-05T17%3A45%3A25Z&se=2021-03-13T17%3A45%3A00Z&sr=c&sp=rl&sig=BsciG3NWoOoRjOYesTaUmxlXzyjsX4AgVkt2AsxJ9to%3D" ,
60
- "format" : " tsv" ,
61
- "version" : " 1.2"
62
- }
63
- ]
64
-
65
- }
66
- ]
67
- }
68
- ]
69
- }
47
+ {
48
+ "inputs" : [
49
+ {
50
+ "source" : {
51
+ "sourceUrl" : " https://my.blob.core.windows.net/source-en?sv=2019-12-12&st=2021-03-05T17%3A45%3A25Z&se=2021-03-13T17%3A45%3A00Z&sr=c&sp=rl&sig=SDRPMjE4nfrH3csmKLILkT%2Fv3e0Q6SWpssuuQl1NmfM%3D"
52
+ },
53
+ "targets" : [
54
+ {
55
+ "targetUrl" : " https://my.blob.core.windows.net/target-fr?sv=2019-12-12&st=2021-03-05T17%3A49%3A02Z&se=2021-03-13T17%3A49%3A00Z&sr=c&sp=wdl&sig=Sq%2BYdNbhgbq4hLT0o1UUOsTnQJFU590sWYo4BOhhQhs%3D" ,
56
+ "language" : " fr" ,
57
+ "glossaries" : [
58
+ {
59
+ "glossaryUrl" : " https://my.blob.core.windows.net/glossaries/en-fr.tsv?sv=2019-12-12&st=2021-03-05T17%3A45%3A25Z&se=2021-03-13T17%3A45%3A00Z&sr=c&sp=rl&sig=BsciG3NWoOoRjOYesTaUmxlXzyjsX4AgVkt2AsxJ9to%3D" ,
60
+ "format" : " tsv" ,
61
+ "version" : " 1.2"
62
+ }
63
+ ]
64
+
65
+ }
66
+ ]
67
+ }
68
+ ]
69
+ }
70
70
```
71
71
72
72
### Case sensitivity
You can’t perform that action at this time.
0 commit comments