Class: Google::Cloud::Speech::V2::GetRecognizerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::GetRecognizerRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Recognizer to retrieve. The expected format is
projects/{project}/locations/{location}/recognizers/{recognizer}
.
178 179 180 181 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 178 class GetRecognizerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |