lib/google/cloud/speech/v1/speech_client.rb in google-cloud-speech-0.31.0 vs lib/google/cloud/speech/v1/speech_client.rb in google-cloud-speech-0.31.1
- old
+ new
@@ -244,11 +244,11 @@
@recognize.call(req, options, &block)
end
# Performs asynchronous speech recognition: receive results via the
# google.longrunning.Operations interface. Returns either an
- # +Operation.error+ or an +Operation.response+ which contains
- # a +LongRunningRecognizeResponse+ message.
+ # `Operation.error` or an `Operation.response` which contains
+ # a `LongRunningRecognizeResponse` message.
#
# @param config [Google::Cloud::Speech::V1::RecognitionConfig | Hash]
# *Required* Provides information to the recognizer that specifies how to
# process the request.
# A hash of the same form as `Google::Cloud::Speech::V1::RecognitionConfig`