RecognitionModel

sttp.openai.requests.audio.RecognitionModel
See theRecognitionModel companion class

Attributes

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

Members list

Type members

Classlikes

case class Custom(customModel: String) extends RecognitionModel

Use only as a workaround if API supports a format that's not yet predefined as a case object of Model. Otherwise, a custom format would be rejected. See https://platform.openai.com/docs/api-reference/audio for current list of supported formats

Use only as a workaround if API supports a format that's not yet predefined as a case object of Model. Otherwise, a custom format would be rejected. See https://platform.openai.com/docs/api-reference/audio for current list of supported formats

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Whisper1 extends RecognitionModel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Whisper1.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

Implicits

Implicits

implicit val ModelW: Writer[RecognitionModel]