Uses of Class
org.hansken.plugin.extraction.api.Vector
-
Packages that use Vector Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of Vector in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return Vector Modifier and Type Method Description static Vector
Vector. asVector(byte[] bytes)
Creates a vector from a binary representation.static Vector
Vector. of(float... values)
Creates a Vector from an array of floating point values.static Vector
Vector. of(Collection<Float> values)
Creates a Vector from a collection of numbers.static Vector
Vector. ofBase64(String base64)
Creates a Vector from a base64 encoded string.
-