split_sentences Optional Sets whether the translation engine should first split the input into sentences. This is enabled by default. Possible values are:
"0" - no splitting at all, whole input is treated as one sentence
"1" (default) - splits on punctuation and on newlines
"nonewlines" - splits on punctuation only, ignoring newlines
For applications that send one sentence per text parameter, it is advisable to set split_sentences=0, in order to prevent the engine from splitting the sentence unintentionally.
preserve_formatting Optional Sets whether the translation engine should respect the original formatting, even if it would usually correct some aspects. Possible values are:
"0" (default)
"1"
The formatting aspects affected by this setting include:
Punctuation at the beginning and end of the sentence
Upper/lower case at the beginning of the sentence
これがScrapboxの翻訳に影響するかどうかは要実験
glossary_id Optional Specify the glossary to use for the translation. Important: This requires the source_lang parameter to be set and the language pair of the glossary has to match the language pair of the request.