Share via


AppSearchSchema.EmbeddingPropertyConfig.QuantizationTypeNone 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 not be quantized.

[Android.Runtime.Register("QUANTIZATION_TYPE_NONE", 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 QuantizationTypeNone = 0;
[<Android.Runtime.Register("QUANTIZATION_TYPE_NONE", 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 QuantizationTypeNone : Android.App.AppSearch.AppSearchQuantizationType

Field Value

Value = 0
Attributes

Remarks

Contents in this property will not be quantized.

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

Applies to