FindSentenceBoundariesQueryParamProperties interface
Properties
language | Language tag identifying the language of the input text. If a code isn't specified, automatic language detection will be applied. |
script | Script tag identifying the script used by the input text. If a script isn't specified, the default script of the language will be assumed. |
Property Details
language
Language tag identifying the language of the input text. If a code isn't specified, automatic language detection will be applied.
language?: string
Property Value
string
script
Script tag identifying the script used by the input text. If a script isn't specified, the default script of the language will be assumed.
script?: string
Property Value
string