def _format_api_base(self) -> Text: return 'https://{region}.api.cognitive.microsoft.com'.format( region=self._region)