Struct rust_bert::pipelines::generation_utils::GeneratedTextOutput [−][src]
Expand description
Generated text output
Contains generated text and an optional log-likelihood score for the generated sequence
Fields
text: Stringscore: Option<f64>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GeneratedTextOutput
impl Send for GeneratedTextOutput
impl Sync for GeneratedTextOutput
impl Unpin for GeneratedTextOutput
impl UnwindSafe for GeneratedTextOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
