pub struct BatchJob {
pub text: String,
pub output_path: PathBuf,
pub speaker_id: Option<i64>,
pub language: Option<String>,
}Expand description
A single synthesis job in a batch
Fields§
§text: String§output_path: PathBuf§speaker_id: Option<i64>§language: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchJob
impl RefUnwindSafe for BatchJob
impl Send for BatchJob
impl Sync for BatchJob
impl Unpin for BatchJob
impl UnsafeUnpin for BatchJob
impl UnwindSafe for BatchJob
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