Struct rust_bert::pipelines::generation_utils::GeneratedTextOutput
source · Expand description
Generated text output
Contains generated text and an optional log-likelihood score for the generated sequence
Fields§
§text: String§score: Option<f64>Trait Implementations§
source§impl Clone for GeneratedTextOutput
impl Clone for GeneratedTextOutput
source§fn clone(&self) -> GeneratedTextOutput
fn clone(&self) -> GeneratedTextOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more