Comment updates

PiperOrigin-RevId: 280451656
This commit is contained in:
Google APIs 2019-11-14 09:57:31 -08:00 committed by Copybara-Service
parent 0797fd5b90
commit 1935fb8889
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ enum OutputAudioEncoding {
// Audio content returned as LINEAR16 also contains a WAV header.
OUTPUT_AUDIO_ENCODING_LINEAR_16 = 1;
// MP3 audio.
// MP3 audio at 32kbps.
OUTPUT_AUDIO_ENCODING_MP3 = 2;
// Opus encoded audio wrapped in an ogg container. The result will be a

View File

@ -844,7 +844,7 @@ message Intent {
bool is_fallback = 4 [(google.api.field_behavior) = OPTIONAL];
// Optional. Indicates whether Machine Learning is disabled for the intent.
// Note: If `ml_diabled` setting is set to true, then this intent is not
// Note: If `ml_disabled` setting is set to true, then this intent is not
// taken into account during inference in `ML ONLY` match mode. Also,
// auto-markup in the UI is turned off.
bool ml_disabled = 19 [(google.api.field_behavior) = OPTIONAL];