Reference documentation and code samples for the Cloud Text-to-Speech V1 API module Google::Cloud::TextToSpeech::V1::TextToSpeechLongAudioSynthesize::Paths.
Path helper methods for the TextToSpeechLongAudioSynthesize API.
Methods
#model_path
def model_path(project:, location:, model:) -> ::String
Create a fully-qualified Model resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/models/{model}
Parameters
- project (String)
- location (String)
- model (String)
Returns
- (::String)
Raises
- (::ArgumentError)