Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TranslatorBreakSentenceOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • TranslatorBreakSentenceOptionalParams

Index

Properties

Optional language

language: undefined | string

Language tag of the language of the input text. If not specified, Translator will apply automatic language detection.

Optional script

script: undefined | string

Script identifier of the script used by the input text. If a script is not specified, the default script of the language will be assumed.

Optional xClientTraceId

xClientTraceId: undefined | string

A client-generated GUID to uniquely identify the request. Note that you can omit this header if you include the trace ID in the query string using a query parameter named ClientTraceId.

Generated using TypeDoc