Share via


EmbeddingVector.GetValues Method

Definition

Returns the values of this embedding vector.

[Android.Runtime.Register("getValues", "()[F", "", ApiSince=36)]
public float[] GetValues();
[<Android.Runtime.Register("getValues", "()[F", "", ApiSince=36)>]
member this.GetValues : unit -> single[]

Returns

Single[]
Attributes

Remarks

Returns the values of this embedding vector.

Java documentation for android.app.appsearch.EmbeddingVector.getValues().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to