Modality

io.cequence.openaiscala.gemini.domain.Modality$
See theModality companion trait
object Modality

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object AUDIO extends Modality

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Modality
trait EnumValue
class Object
trait Matchable
class Any
Self type
AUDIO.type
case object DOCUMENT extends Modality

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Modality
trait EnumValue
class Object
trait Matchable
class Any
Self type
case object IMAGE extends Modality

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Modality
trait EnumValue
class Object
trait Matchable
class Any
Self type
IMAGE.type
case object MODALITY_UNSPECIFIED extends Modality

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Modality
trait EnumValue
class Object
trait Matchable
class Any
Self type
case object TEXT extends Modality

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Modality
trait EnumValue
class Object
trait Matchable
class Any
Self type
TEXT.type
case object VIDEO extends Modality

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Modality
trait EnumValue
class Object
trait Matchable
class Any
Self type
VIDEO.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def values: Seq[Modality]