Struct wonnx_preprocessing::text::Answer
source · pub struct Answer {
pub text: String,
pub tokens: Vec<String>,
pub score: f32,
}
Fields§
§text: String
§tokens: Vec<String>
§score: f32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Answer
impl Send for Answer
impl Sync for Answer
impl Unpin for Answer
impl UnwindSafe for Answer
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