sttp.openai.requests.audio.RecognitionModel
See theRecognitionModel companion class
object RecognitionModel
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RecognitionModel.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 Serializabletrait Producttrait Equalsclass RecognitionModelclass Objecttrait Matchableclass AnyShow all
case object Whisper1 extends RecognitionModel
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass RecognitionModelclass Objecttrait Matchableclass AnyShow all
- Self type
-
Whisper1.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Implicits
Implicits
In this article