{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Breaksentence API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Breaksentence", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Find Sentence Boundaries", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/breaksentence", "headers": [ { "name": "X-ClientTraceId", "value": "" } ], "params": [ { "name": "language", "value": "", "type": "query", "description": "Language tag identifying the language of the input text. \nIf a code isn't specified, automatic language detection will be applied." }, { "name": "script", "value": "", "type": "query", "description": "Script tag identifying the script used by the input text. \nIf a script isn't specified, the default script of the language will be assumed." }, { "name": "api-version", "value": "", "type": "query", "description": "Mandatory API version parameter" } ] }, "docs": "Find Sentence Boundaries" }, { "info": { "name": "Microsoft Azure Post Breaksentence", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/BreakSentence", "headers": [ { "name": "X-ClientTraceId", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of the API requested by the client. Value must be **3.0**." }, { "name": "Language", "value": "", "type": "query", "description": "Language tag of the language of the input text. If not specified, Translator will apply automatic language detection." }, { "name": "Script", "value": "", "type": "query", "description": "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." } ] }, "docs": "Identifies the position of sentence boundaries in a piece of text.
" } ] } ], "bundled": true }