共用方式為


ClipDescription.ClassificationNotComplete 欄位

定義

警告

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_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

欄位值

Value = 1

實作

屬性

備註

如果在相關聯的剪輯上尚未完成文字分類,則傳回 #getConfidenceScore(String) 的值。 如果剪輯尚未複製到剪貼簿,或沒有相關聯的剪輯,則一律會發生這種情況。

android.content.ClipDescription.CLASSIFICATION_NOT_COMPLETEJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於