語言

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) 。 如果該片段沒有被複製到剪貼簿,或沒有相關的剪輯,這種情況永遠都會發生。

Java 文件 android.content.ClipDescription.CLASSIFICATION_NOT_COMPLETE

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於