Skip to content

Releases: symblai/symbl-python-sdk

Pass Access Token in headers

04 Sep 07:22
24480b4
Compare
Choose a tag to compare
  • Avoid passing access_token in request url, send via request header x-api-key
  • Pass source=python_sdk to identify usage

Python SDK 2.0.0

03 Nov 19:20
4db6543
Compare
Choose a tag to compare

Changes

Removed sounddevice package in favor of pyaudio. This fixes issues with this SDK not working correctly in M1+ devices.
Upgrading will require the user to install the pyaudio package, as this release is not backward-compatible.

Bug fixes

Ensure sampleRateHertz is never overridden with a null value.

Added support for Delete Conversation and POST Formatted Transcript in Python SDK

23 Aug 11:59
948fa0d
Compare
Choose a tag to compare

Delete Conversation - This API permanently deletes conversation and all related entities such as messages, insights, topics etc. associated with the Conversation ID.

POST Formatted Transcript - This API returns a formatted transcript in Markdown and SRT format.

Added support for PUT Members Information and PUT Speakers Events in Python SDK

19 Aug 08:04
bd5e5e5
Compare
Choose a tag to compare

PUT Members Information - Update an existing member in an conversation. This API can be used for updating the unique speakers detected as members from diarization as well.

PUT Speakers Events - This API provides the functionality to update Speakers who spoke in the conversation after it has been processed.

Added support for Analytics, Entities and Trackers APIs in Python SDK

09 Aug 09:59
8a7cc5e
Compare
Choose a tag to compare

Analytics API - This API provides you with functionality like finding speaker ratio, talk time, silence, pace and overlap in a conversation.

Entities API - This API provides you with a functionality to extract entities(custom, location, person, date, number, organization,datetime,daterange, etc ) from the conversation.

Trackers API - Trackers allow you to track the occurrence of certain key words or phrases in a conversation so you can identify emerging trends and gauge the nature of interactions.

Added Conversation data API

14 Jul 10:31
1b22f40
Compare
Choose a tag to compare

Conversation Data API - This API returns the conversation meta-data like meeting name, member name and email, start and end time of the meeting, meeting type and meeting id.

Python SDK

01 Jul 17:49
Compare
Choose a tag to compare

The Symbl Python SDK allows you to add Conversational Intelligence directly into your web applications and meeting platforms. You can generate Speech-to-Text and get intelligent insights such as action items, topics and questions, etc.

The Symbl Python SDK supports with the Async API, Telephony API and Streaming API as well.

For more information on Python SDK, Please refer python sdk docs