-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Which SDK is this feature request for?
- speechmatics-rt (Real-Time SDK)
- speechmatics-batch (Batch SDK)
- Both SDKs
- General/Repository
Is your feature request related to a problem? Please describe.
Add support for JobConfig transcript_filtering_config to enable disfluency removal. The API supports it, but this SDK does not.
Describe the solution you'd like
I'd like to be able to set job_config.transcription_config.transcript_filtering_config = True to have the SaaS API remove disfluencies.
Describe alternatives you've considered
I have my own local implementation of a disfluency remover, but I'd like to rely on the SaaS-provided one using this official SDK.
Use case
I'd like to remove disfluencies from transcripts using the officially provided method with this officially provided SDK.
Priority/Impact
How important is this feature to you?
- Critical - blocking current work
- High - would significantly improve workflow
- Medium - nice to have improvement
- Low - minor enhancement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request