deepgram-rust-sdk
deepgram-rust-sdk copied to clipboard
Support all redaction options
Proposed changes
Add enumerated support for all the redaction options listed at https://developers.deepgram.com/docs/supported-entity-types
Context
These are already accessible by providing a Redact::Other(value), but we should support them with explicit enum variants.
Possible Implementation
N/A