toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.embedding
/
Embedding
Embedding
@
Serializable
class
Embedding
(
val
embedding
:
List
<
Double
>
,
val
index
:
Int
)
An embedding result.
documentation
Members
Constructors
Embedding
Link copied to clipboard
constructor
(
embedding
:
List
<
Double
>
,
index
:
Int
)
Properties
embedding
Link copied to clipboard
@
SerialName
(
value
=
"embedding"
)
val
embedding
:
List
<
Double
>
index
Link copied to clipboard
@
SerialName
(
value
=
"index"
)
val
index
:
Int