Skip to content

Commit

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

0 comments on commit 6bf25f5

Please sign in to comment.