ClipDescriptionClassification Enum

Definition

Defines the classification state of the content described by a ClipDescription.

public enum ClipDescriptionClassification
type ClipDescriptionClassification = 
Inheritance
ClipDescriptionClassification

Fields

Name Value Description
NotComplete 1

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.

NotPerformed 2

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.

Complete 3

Value returned by getConfidenceScore(String) if text classification has been completed.

Remarks

Defines the classification state of the content described by a ClipDescription.

Java documentation for android.content.ClipDescription.

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