SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.rest
/
SfapApiEmbeddingsResponseBody
/
Embedding
Embedding
@
Serializable
data
class
Embedding
(
val
embedding
:
Array
<
Double
>
?
=
null
,
val
index
:
Int
?
=
null
)
Members
Constructors
Embedding
Link copied to clipboard
constructor
(
embedding
:
Array
<
Double
>
?
=
null
,
index
:
Int
?
=
null
)
Properties
embedding
Link copied to clipboard
val
embedding
:
Array
<
Double
>
?
=
null
index
Link copied to clipboard
val
index
:
Int
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int