Class: Google::Cloud::Speech::V2::GetRecognizerRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Request message for the GetRecognizer method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Recognizer to retrieve. The expected format is projects/{project}/locations/{location}/recognizers/{recognizer}.

Returns:

  • (::String)

    Required. The name of the Recognizer to retrieve. The expected format is projects/{project}/locations/{location}/recognizers/{recognizer}.



179
180
181
182
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 179

class GetRecognizerRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end