共用方式為


RecognitionService.Callback.SegmentResults(Bundle) 方法

定義

服務應該針對長時間辨識會話的每個就緒區段呼叫這個方法。

[Android.Runtime.Register("segmentResults", "(Landroid/os/Bundle;)V", "GetSegmentResults_Landroid_os_Bundle_Handler", ApiSince=33)]
public virtual void SegmentResults (Android.OS.Bundle results);
[<Android.Runtime.Register("segmentResults", "(Landroid/os/Bundle;)V", "GetSegmentResults_Landroid_os_Bundle_Handler", ApiSince=33)>]
abstract member SegmentResults : Android.OS.Bundle -> unit
override this.SegmentResults : Android.OS.Bundle -> unit

參數

results
Bundle

辨識結果。 若要以 ArrayList<String> 格式擷取結果,SpeechRecognizer#RESULTS_RECOGNITION請使用 Bundle#getStringArrayList(String) 做為參數

屬性

備註

服務應該針對長時間辨識會話的每個就緒區段呼叫這個方法。

android.speech.RecognitionService.Callback.segmentResults(android.os.Bundle)Java 檔。

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

適用於