pub struct Segment {
pub start_sample: u64,
pub end_sample: u64,
}Expand description
確定した発話セグメント(パディング適用後・絶対サンプル位置)。
Fields§
§start_sample: u64発話開始サンプル位置(パディング適用後)。
end_sample: u64発話終了サンプル位置(パディング適用後・排他的。この位置の手前まで)。
Implementations§
Trait Implementations§
impl Copy for Segment
impl Eq for Segment
impl StructuralPartialEq for Segment
Auto Trait Implementations§
impl Freeze for Segment
impl RefUnwindSafe for Segment
impl Send for Segment
impl Sync for Segment
impl Unpin for Segment
impl UnsafeUnpin for Segment
impl UnwindSafe for Segment
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more