RecognitionService.Callback.SegmentResults(Bundle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
服務應該針對長時間辨識會話的每個就緒區段呼叫這個方法。
[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 屬性授權中所述的詞彙使用。