Contains audio data in the encoding specified in the RecognitionConfig
. Either content
or uri
must be supplied. Supplying both or neither returns google.rpc.Code.INVALID_ARGUMENT
. See content limits.
JSON representation | |
---|---|
{ // Union field |
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 |
The audio data bytes encoded as specified in A base64-encoded string. |
|
uri |
URI that points to a file that contains audio data bytes as specified in |