[][src]Struct txtai::labels::Labels

pub struct Labels { /* fields omitted */ }

Labels definition

Implementations

impl Labels[src]

Labels implementation

pub fn new(url: &str) -> Labels[src]

Creates a Labels instance.

Arguments

  • url - base url of txtai API

pub async fn label<'_, '_, '_, '_>(
    &'_ self,
    text: &'_ str,
    labels: &'_ Vec<&'_ str>
) -> APIScores
[src]

Applies a zero shot classifier to a text section using a list of labels.

Arguments

  • text - input text
  • labels - list of labels

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.