Custom

org.llm4s.imagegeneration.ImageSize.Custom
final case class Custom(width: Int, height: Int) extends ImageSize

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ImageSize
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def description: String

Attributes

Inherited from:
ImageSize
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product