ClipDescription.ClassificationNotPerformed 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 was not and will not be performed on the associated clip.

[Android.Runtime.Register("CLASSIFICATION_NOT_PERFORMED", 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 ClassificationNotPerformed = 2;
[<Android.Runtime.Register("CLASSIFICATION_NOT_PERFORMED", 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 ClassificationNotPerformed : Android.Content.ClipDescriptionClassification

Field Value

Value = 2

Implements

Attributes

Remarks

Value returned by #getConfidenceScore(String) if text classification was not and will not be performed on the associated clip. This may be the case if the clip does not contain text in its first item, or if the text is too long.

Java documentation for android.content.ClipDescription.CLASSIFICATION_NOT_PERFORMED.

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