AppSearchSchema.EmbeddingPropertyConfig.QuantizationType8Bit Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.AppSearch.AppSearchQuantizationType enum directly instead of this field.

Contents in this property will be quantized to 8 bits.

[Android.Runtime.Register("QUANTIZATION_TYPE_8_BIT", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.AppSearchQuantizationType enum directly instead of this field.", true)]
public const Android.App.AppSearch.AppSearchQuantizationType QuantizationType8Bit = 1;
[<Android.Runtime.Register("QUANTIZATION_TYPE_8_BIT", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.AppSearchQuantizationType enum directly instead of this field.", true)>]
val mutable QuantizationType8Bit : Android.App.AppSearch.AppSearchQuantizationType

Field Value

Value = 1
Attributes

Remarks

Contents in this property will be quantized to 8 bits.

Java documentation 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