Docs.rs
  • jpreprocess-jpcommon-0.7.0
    • jpreprocess-jpcommon 0.7.0
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • phenylshima
    • Dependencies
      • jlabel ^0.1.2 normal
      • jpreprocess-core ^0.7.0 normal
      • jpreprocess-njd ^0.7.0 normal
    • Versions
    • 50% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

jpreprocess_jpcommon0.7.0

TFeatureBuilderUtterance

Required Methods

  • with_hij
  • with_hj

Implementations on Foreign Types

  • Rc<FeatureBuilderUtterance>

Implementors

In jpreprocess_jpcommon::builder

?
Change settings

Trait jpreprocess_jpcommon::builder::TFeatureBuilderUtterance

source ·
pub trait TFeatureBuilderUtterance {
    // Required methods
    fn with_hij(
        &self,
        h: Option<BreathGroupPrevNext>,
        i: BreathGroupCurrent,
        j: Option<BreathGroupPrevNext>
    ) -> Rc<FeatureBuilderBreathGroup>;
    fn with_hj(
        &self,
        h: Option<BreathGroupPrevNext>,
        j: Option<BreathGroupPrevNext>
    ) -> Rc<FeatureBuilderBreathGroup>;
}

Required Methods§

source

fn with_hij( &self, h: Option<BreathGroupPrevNext>, i: BreathGroupCurrent, j: Option<BreathGroupPrevNext> ) -> Rc<FeatureBuilderBreathGroup>

source

fn with_hj( &self, h: Option<BreathGroupPrevNext>, j: Option<BreathGroupPrevNext> ) -> Rc<FeatureBuilderBreathGroup>

Implementations on Foreign Types§

source§

impl TFeatureBuilderUtterance for Rc<FeatureBuilderUtterance>

source§

fn with_hij( &self, h: Option<BreathGroupPrevNext>, i: BreathGroupCurrent, j: Option<BreathGroupPrevNext> ) -> Rc<FeatureBuilderBreathGroup>

source§

fn with_hj( &self, h: Option<BreathGroupPrevNext>, j: Option<BreathGroupPrevNext> ) -> Rc<FeatureBuilderBreathGroup>

Implementors§