Uses of Class
fiftyone.devicedetection.Enums.DeviceDetectionAlgorithm
-
-
Uses of Enums.DeviceDetectionAlgorithm in fiftyone.devicedetection
Methods in fiftyone.devicedetection that return Enums.DeviceDetectionAlgorithm Modifier and Type Method Description static Enums.DeviceDetectionAlgorithmEnums.DeviceDetectionAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Enums.DeviceDetectionAlgorithm[]Enums.DeviceDetectionAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fiftyone.devicedetection with parameters of type Enums.DeviceDetectionAlgorithm Modifier and Type Method Description DeviceDetectionOnPremisePipelineBuilderDeviceDetectionPipelineBuilder. useOnPremise(byte[] data, Enums.DeviceDetectionAlgorithm algorithm)Deprecated.there is no choice of algorithm, use the (byte[]) method
-