Language

AppSearchQuantizationType Enum

Definition

public enum AppSearchQuantizationType
type AppSearchQuantizationType = 
Inheritance
AppSearchQuantizationType

Fields

Name Value Description
None 0

Contents in this property will not be quantized.

Android reference for android.app.appsearch.AppSearchSchema.EmbeddingPropertyConfig.QUANTIZATION_TYPE_NONE.

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.

Type8Bit 1

Contents in this property will be quantized to 8 bits.

Android reference for android.app.appsearch.AppSearchSchema.EmbeddingPropertyConfig.QUANTIZATION_TYPE_8_BIT.

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