Closed jhillyerd closed 5 months ago
The recent changes involve altering the declarations of the options
and transcriptOptions
variables in the codebase. Instead of using value types for PreRecordedTranscriptionOptions
and LiveTranscriptionOptions
, the updated code now uses pointers to these structures. This reflects a shift towards utilizing pointers for option configurations, which can enhance efficiency and flexibility in managing transcription options.
Files | Change Summary |
---|---|
README.md |
Updated options and transcriptOptions to be pointer types in PreRecordedTranscriptionOptions and LiveTranscriptionOptions . |
.../interfaces/PreRecordedTranscriptionOptions.go |
Changed declaration of options to a pointer type. |
.../interfaces/LiveTranscriptionOptions.go |
Changed declaration of transcriptOptions to a pointer type. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Nice catch @jhillyerd !
Proposed changes
Update README examples to pass option structs as pointers, as is expected by the API.
Types of changes
What types of changes does your code introduce to the community Go SDK? Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Summary by CodeRabbit