ClipDescription.ClassificationNotComplete Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.ClipDescriptionClassification enum directly instead of this field.

Value returned by #getConfidenceScore(String) if text classification has not been completed on the associated clip.

[Android.Runtime.Register("CLASSIFICATION_NOT_COMPLETE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.ClipDescriptionClassification enum directly instead of this field.", true)]
public const Android.Content.ClipDescriptionClassification ClassificationNotComplete = 1;
[<Android.Runtime.Register("CLASSIFICATION_NOT_COMPLETE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ClipDescriptionClassification enum directly instead of this field.", true)>]
val mutable ClassificationNotComplete : Android.Content.ClipDescriptionClassification

Field Value

Value = 1

Implements

Attributes

Remarks

Value returned by #getConfidenceScore(String) if text classification has not been completed on the associated clip. This will be always be the case if the clip has not been copied to clipboard, or if there is no associated clip.

Java documentation for android.content.ClipDescription.CLASSIFICATION_NOT_COMPLETE.

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