Reference documentation and code samples for the Cloud Speech-to-Text V1 API class Google::Cloud::Speech::V1::RecognitionAudio.
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][google.rpc.Code.INVALID_ARGUMENT].
See content limits.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::String
Returns
-
(::String) — 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.
#content=
def content=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.
#uri
def uri() -> ::String
Returns
-
(::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][google.rpc.Code.INVALID_ARGUMENT]). For more information, see Request URIs.
#uri=
def uri=(value) -> ::String
Parameter
-
value (::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][google.rpc.Code.INVALID_ARGUMENT]). For more information, see Request URIs.
Returns
-
(::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][google.rpc.Code.INVALID_ARGUMENT]). For more information, see Request URIs.