ClipDescription.ClassificationNotPerformed フィールド

定義

注意事項

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

テキスト分類が行われず、関連付けられたクリップに対して実行されない場合に、 #getConfidenceScore(String) によって返される値。

[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

フィールド値

Value = 2

実装

属性

注釈

テキスト分類が行われず、関連付けられたクリップに対して実行されない場合に、 #getConfidenceScore(String) によって返される値。 これは、クリップに最初の項目にテキストが含まれていない場合や、テキストが長すぎる場合に当てはまる可能性があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象