Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::CreateRecognizerRequest (v0.12.0)

Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::CreateRecognizerRequest.

Request message for the CreateRecognizer method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project and location where this Recognizer will be created. The expected format is projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project and location where this Recognizer will be created. The expected format is projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The project and location where this Recognizer will be created. The expected format is projects/{project}/locations/{location}.

#recognizer

def recognizer() -> ::Google::Cloud::Speech::V2::Recognizer
Returns

#recognizer=

def recognizer=(value) -> ::Google::Cloud::Speech::V2::Recognizer
Parameter
Returns

#recognizer_id

def recognizer_id() -> ::String
Returns
  • (::String) — The ID to use for the Recognizer, which will become the final component of the Recognizer's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

#recognizer_id=

def recognizer_id=(value) -> ::String
Parameter
  • value (::String) — The ID to use for the Recognizer, which will become the final component of the Recognizer's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Returns
  • (::String) — The ID to use for the Recognizer, which will become the final component of the Recognizer's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If set, validate the request and preview the Recognizer, but do not actually create it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set, validate the request and preview the Recognizer, but do not actually create it.
Returns
  • (::Boolean) — If set, validate the request and preview the Recognizer, but do not actually create it.