Skip to content

Commit

Permalink
docs: Add documentation for latest models to RecognitionConfig (#368)
Browse files Browse the repository at this point in the history
* docs: Add documentation for latest models to RecognitionConfig

PiperOrigin-RevId: 446200223

Source-Link: googleapis/googleapis@4f586ea

Source-Link: googleapis/googleapis-gen@4ffe3d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZmZTNkOWZkZmYzY2M1NWRhNzBhNTZhOGM2NDM1ODdlMTZlMmZlOCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 3, 2022
1 parent 5e66399 commit 21a149d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,19 @@ class RecognitionConfig(proto.Message):
<td><b>Model</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><code>latest_long</code></td>
<td>Best for long form content like media or conversation.</td>
</tr>
<tr>
<td><code>latest_short</code></td>
<td>Best for short form content like commands or single shot directed
speech.</td>
</tr>
<tr>
<td><code>command_and_search</code></td>
<td>Best for short queries such as voice commands or voice search.</td>
</tr>
<tr>
<td><code>command_and_search</code></td>
<td>Best for short queries such as voice commands or voice search.</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,15 @@ class RecognitionConfig(proto.Message):
<td><b>Model</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><code>latest_long</code></td>
<td>Best for long form content like media or conversation.</td>
</tr>
<tr>
<td><code>latest_short</code></td>
<td>Best for short form content like commands or single shot directed
speech.</td>
</tr>
<tr>
<td><code>command_and_search</code></td>
<td>Best for short queries such as voice commands or voice search.</td>
Expand Down

0 comments on commit 21a149d

Please sign in to comment.