Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienDeepgram committed Jul 13, 2024
1 parent 6bf25f5 commit d467f15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transcription/prerecorded/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,7 @@ impl OptionsBuilder {
/// # Examples
///
/// ```
/// # use deepgram::transcription::prerecorded::options::Options;
/// # use deepgram::transcription::prerecorded::options::Options::CustomIntentMode;
/// #
/// let options = Options::builder()
Expand Down Expand Up @@ -1604,6 +1605,7 @@ impl OptionsBuilder {
/// # Examples
///
/// ```
/// # use deepgram::transcription::prerecorded::options::Options;
/// # use deepgram::transcription::prerecorded::options::Options::CustomTopicMode;
/// #
/// let options = Options::builder()
Expand Down

0 comments on commit d467f15

Please sign in to comment.