Interface ImageCaptioning<T extends ImageBase<T>>

All Superinterfaces:
ImageModelBase<T>

public interface ImageCaptioning<T extends ImageBase<T>> extends ImageModelBase<T>
High level interface for a class which creates a variable length description of an image in text.
  • Method Details

    • process

      void process(T image)
    • getCaption

      String getCaption()