RecognitionAudio
Stay organized with collections
Save and categorize content based on your preferences.
| JSON representation |
{
// Union field audio_source can be only one of the following:
"content": string,
"uri": string
// End of list of possible types for union field audio_source.
} |
| Fields |
Union field audio_source. The audio source, which is either inline content or a Google Cloud Storage uri. audio_source can be only one of the following: |
content |
string (bytes format)
The audio data bytes encoded as specified in RecognitionConfig. Note: as with all bytes fields, proto buffers use a pure binary representation, whereas JSON representations use base64. A base64-encoded string.
|
uri |
string
URI that points to a file that contains audio data bytes as specified in RecognitionConfig. The file must not be compressed (for example, gzip). Currently, only Google Cloud Storage URIs are supported, which must be specified in the following format: gs://bucket_name/object_name (other URI formats return google.rpc.Code.INVALID_ARGUMENT). For more information, see Request URIs.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-23 UTC.
[null,null,["Last updated 2025-10-23 UTC."],[],[]]