TranslationResponse.TranslationStatusUnknownError フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.Translation.TranslationResponseStatus enum directly instead of this field.

不明 TranslationService な翻訳結果が返されました。

[Android.Runtime.Register("TRANSLATION_STATUS_UNKNOWN_ERROR", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Translation.TranslationResponseStatus enum directly instead of this field.", true)]
public const Android.Views.Translation.TranslationResponseStatus TranslationStatusUnknownError = 1;
[<Android.Runtime.Register("TRANSLATION_STATUS_UNKNOWN_ERROR", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Translation.TranslationResponseStatus enum directly instead of this field.", true)>]
val mutable TranslationStatusUnknownError : Android.Views.Translation.TranslationResponseStatus

フィールド値

Value = 1

実装

属性

注釈

不明 TranslationService な翻訳結果が返されました。

の Java ドキュメント android.view.translation.TranslationResponse.TRANSLATION_STATUS_UNKNOWN_ERROR

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

適用対象