Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Agen suara Dialogflow menggunakan
Speech-to-Text
untuk pengenalan ucapan,
yang disertakan dalam
harga Dialogflow.
Dialogflow secara otomatis memilih model pengenalan ucapan untuk Anda,
tetapi Anda dapat menentukan model secara opsional.
Jika model tidak ditentukan secara eksplisit, Dialogflow akan otomatis memilih model berdasarkan konfigurasi audio dalam permintaan API dan setelan agen.
Jika
model ucapan yang ditingkatkan
diaktifkan untuk agen
dan versi yang ditingkatkan dari model yang ditentukan untuk bahasa tersebut tidak ada,
ucapan akan dikenali menggunakan versi standar dari model yang ditentukan.
Model berikut biasanya memiliki performa terbaik:
telephony_short (terbaik untuk Dialogflow telepon)
telephony (terbaik untuk Agent Assist)
phone_call (cocok untuk Agent Assist dan Dialogflow telepon)
latest_short (terbaik untuk Dialogflow non-telepon)
command_and_search (terbaik untuk bahasa yang tidak memiliki model lain)
Menentukan model
Anda dapat menyediakan model saat memanggil metode detectIntent atau streamingDetectIntent pada jenis Sessions; atau saat mengonfigurasi ConversationProfile untuk Agent Assist.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[[["\u003cp\u003eDialogflow voice agents utilize Speech-to-Text for speech recognition, which is factored into Dialogflow's pricing.\u003c/p\u003e\n"],["\u003cp\u003eWhile Dialogflow automatically chooses a speech recognition model, users have the option to select a specific model.\u003c/p\u003e\n"],["\u003cp\u003eThe best-performing models typically include \u003ccode\u003etelephony_short\u003c/code\u003e, \u003ccode\u003etelephony\u003c/code\u003e, \u003ccode\u003ephone_call\u003c/code\u003e, \u003ccode\u003elatest_short\u003c/code\u003e, and \u003ccode\u003ecommand_and_search\u003c/code\u003e, depending on the use case.\u003c/p\u003e\n"],["\u003cp\u003eA speech model can be set during API calls or when configuring the ConversationProfile for Agent Assist, dictating which model is used for speech recognition.\u003c/p\u003e\n"]]],[],null,["# Speech models\n\nDialogflow voice agents use\n[Speech-to-Text](/speech-to-text/docs)\nfor speech recognition,\nwhich is included in\n[Dialogflow pricing](/dialogflow/pricing).\nDialogflow automatically selects a speech recognition model for you,\nbut you can optionally specify the model.\n\nAvailable models\n----------------\n\nAll available models are listed at\n[Speech-to-Text models](/speech-to-text/docs/transcription-model).\nSelect a model that is best suited to your domain and\n[supports your agent language and speech features](/speech-to-text/docs/speech-to-text-supported-languages).\n\nIf a model is not explicitly [specified](#specify),\nthen Dialogflow auto-selects a model based on\nthe audio configuration in API requests and agent settings.\nIf [enhanced speech model](/dialogflow/es/docs/speech-enhanced-models) is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model.\n\nThe following models typically have the best performance:\n\n- telephony_short (best for telephony Dialogflow)\n- telephony (best for Agent Assist)\n- phone_call (good for Agent Assist and telephony Dialogflow)\n- latest_short (best for non-telephony Dialogflow)\n- command_and_search (best for languages where other models are not available)\n\nSpecify a model\n---------------\n\nYou can supply the model when calling the `detectIntent` or `streamingDetectIntent` methods on the [`Sessions`](/dialogflow/es/docs/reference/common-types#sessions) type; or when configuring the [`ConversationProfile`](/dialogflow/es/docs/reference/rpc/google.cloud.dialogflow.v2#google.cloud.dialogflow.v2.ConversationProfile) for [Agent Assist](/agent-assist/docs). **Note:** If you specify the model with a conversation profile, Agent Assist and the associated virtual agent use this model for all speech recognition."]]