GET Client/MT/BlockRedoPrompt/{TextBlockId}
Machine Translation: Get the Prompt for redoing the block
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TextBlockId |
TextBlockId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultMTRedoPromptName | Description | Type | Additional information |
---|---|---|---|
Prompt1 | string |
None. |
|
Prompt2 | string |
None. |
|
Prompt3 | string |
None. |
|
Prompt4 | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Prompt1": "sample string 1", "Prompt2": "sample string 2", "Prompt3": "sample string 3", "Prompt4": "sample string 4" }
application/xml, text/xml
Sample:
<ResultMTRedoPrompt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Prompt1>sample string 1</Prompt1> <Prompt2>sample string 2</Prompt2> <Prompt3>sample string 3</Prompt3> <Prompt4>sample string 4</Prompt4> </ResultMTRedoPrompt>