Cloud Speech-to-Text V1 API - Class Google::Cloud::Speech::V1::GetPhraseSetRequest (v0.10.0)

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

Message sent by the client for the GetPhraseSet method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the phrase set to retrieve. Format:

    projects/{project}/locations/{location}/phraseSets/{phrase_set}

    Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the phrase set to retrieve. Format:

    projects/{project}/locations/{location}/phraseSets/{phrase_set}

    Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.

Returns
  • (::String) — Required. The name of the phrase set to retrieve. Format:

    projects/{project}/locations/{location}/phraseSets/{phrase_set}

    Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.