ClipDescription.ClassificationNotPerformed Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Content.ClipDescriptionClassification enum directly instead of this field.
Valeur retournée par #getConfidenceScore(String) si la classification de texte n’était pas et ne sera pas effectuée sur le clip associé.
[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
Valeur de champ
Value = 2Implémente
- Attributs
Remarques
Valeur retournée par #getConfidenceScore(String) si la classification de texte n’était pas et ne sera pas effectuée sur le clip associé. Il peut s’agir du cas si le clip ne contient pas de texte dans son premier élément ou si le texte est trop long.
Java documentation pour android.content.ClipDescription.CLASSIFICATION_NOT_PERFORMED.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.