Reference documentation and code samples for the Cloud Speech-to-Text V1p1beta1 API class Google::Cloud::Speech::V1p1beta1::Speech::Rest::ServiceStub.
REST service stub for the Speech service.
Service stub contains baseline method implementations
including transcoding, making the REST call, and deserialing the response.
Inherits
Object
Methods
#endpoint
defendpoint()->String
The effective endpoint
Returns
(String)
#logger
deflogger(stub:false)->Logger
The logger used for request/response debug logging.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Cloud Speech-to-Text V1p1beta1 API - Class Google::Cloud::Speech::V1p1beta1::Speech::Rest::ServiceStub (v0.25.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.25.0 (latest)](/ruby/docs/reference/google-cloud-speech-v1p1beta1/latest/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.24.1](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.24.1/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.23.0](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.23.0/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.22.0](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.22.0/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.21.1](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.21.1/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.20.2](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.20.2/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.19.0](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.19.0/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.18.1](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.18.1/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.17.1](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.17.1/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.16.0](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.16.0/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.15.3](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.15.3/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.14.0](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.14.0/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.13.0](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.13.0/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub)\n- [0.12.4](/ruby/docs/reference/google-cloud-speech-v1p1beta1/0.12.4/Google-Cloud-Speech-V1p1beta1-Speech-Rest-ServiceStub) \nReference documentation and code samples for the Cloud Speech-to-Text V1p1beta1 API class Google::Cloud::Speech::V1p1beta1::Speech::Rest::ServiceStub.\n\nREST service stub for the Speech service.\nService stub contains baseline method implementations\nincluding transcoding, making the REST call, and deserialing the response. \n\nInherits\n--------\n\n- Object\n\nMethods\n-------\n\n### #endpoint\n\n def endpoint() -\u003e String\n\nThe effective endpoint \n**Returns**\n\n- (String)\n\n### #logger\n\n def logger(stub: false) -\u003e Logger\n\nThe logger used for request/response debug logging. \n**Returns**\n\n- (Logger)\n\n### #long_running_recognize\n\n def long_running_recognize(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Longrunning::Operation\n\nBaseline implementation for the long_running_recognize REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Speech::V1p1beta1::LongRunningRecognizeRequest](./Google-Cloud-Speech-V1p1beta1-LongRunningRecognizeRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Longrunning::Operation](./Google-Longrunning-Operation))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Longrunning::Operation](./Google-Longrunning-Operation)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #recognize\n\n def recognize(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Speech::V1p1beta1::RecognizeResponse\n\nBaseline implementation for the recognize REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Speech::V1p1beta1::RecognizeRequest](./Google-Cloud-Speech-V1p1beta1-RecognizeRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Cloud::Speech::V1p1beta1::RecognizeResponse](./Google-Cloud-Speech-V1p1beta1-RecognizeResponse))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Speech::V1p1beta1::RecognizeResponse](./Google-Cloud-Speech-V1p1beta1-RecognizeResponse)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #universe_domain\n\n def universe_domain() -\u003e String\n\nThe effective universe domain \n**Returns**\n\n- (String)"]]