| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5e66399 commit 21a149d
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -384,6 +384,19 @@ class RecognitionConfig(proto.Message): | |||
| 384 | 384 | <td><b>Model</b></td> | |
| 385 | 385 | <td><b>Description</b></td> | |
| 386 | 386 | </tr> | |
| 387 | + <tr> | ||
| 388 | + <td><code>latest_long</code></td> | ||
| 389 | + <td>Best for long form content like media or conversation.</td> | ||
| 390 | + </tr> | ||
| 391 | + <tr> | ||
| 392 | + <td><code>latest_short</code></td> | ||
| 393 | + <td>Best for short form content like commands or single shot directed | ||
| 394 | + speech.</td> | ||
| 395 | + </tr> | ||
| 396 | + <tr> | ||
| 397 | + <td><code>command_and_search</code></td> | ||
| 398 | + <td>Best for short queries such as voice commands or voice search.</td> | ||
| 399 | + </tr> | ||
| 387 | 400 | <tr> | |
| 388 | 401 | <td><code>command_and_search</code></td> | |
| 389 | 402 | <td>Best for short queries such as voice commands or voice search.</td> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -401,6 +401,15 @@ class RecognitionConfig(proto.Message): | |||
| 401 | 401 | <td><b>Model</b></td> | |
| 402 | 402 | <td><b>Description</b></td> | |
| 403 | 403 | </tr> | |
| 404 | + <tr> | ||
| 405 | + <td><code>latest_long</code></td> | ||
| 406 | + <td>Best for long form content like media or conversation.</td> | ||
| 407 | + </tr> | ||
| 408 | + <tr> | ||
| 409 | + <td><code>latest_short</code></td> | ||
| 410 | + <td>Best for short form content like commands or single shot directed | ||
| 411 | + speech.</td> | ||
| 412 | + </tr> | ||
| 404 | 413 | <tr> | |
| 405 | 414 | <td><code>command_and_search</code></td> | |
| 406 | 415 | <td>Best for short queries such as voice commands or voice search.</td> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments