AssemblyAI / assemblyai-python-sdk

AssemblyAI's Official Python SDK
https://assemblyai.com
MIT License
146 stars 18 forks source link

Feat: Adding `url` and `time` to `EntityType` List #38

Closed MLawlz closed 1 year ago

MLawlz commented 1 year ago

Both time and url can be returned by our API as entity types, but when they're returned via the SDK right now, we throw an error since we haven't included these two.