target.apidocs.com.google.api.services.texttospeech.v1.Texttospeech.Projects.Locations.html Maven / Gradle / Ivy
Texttospeech.Projects.Locations (Cloud Text-to-Speech API v1-rev20241026-2.0.0)
com.google.api.services.texttospeech.v1
Class Texttospeech.Projects.Locations
- java.lang.Object
-
- com.google.api.services.texttospeech.v1.Texttospeech.Projects.Locations
-
- Enclosing class:
- Texttospeech.Projects
public class Texttospeech.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Texttospeech.Projects.Locations.Operations
The "operations" collection of methods.
class
Texttospeech.Projects.Locations.SynthesizeLongAudio
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Texttospeech.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
Texttospeech.Projects.Locations.SynthesizeLongAudio
synthesizeLongAudio(String parent,
SynthesizeLongAudioRequest content)
Synthesizes long form text asynchronously.
-
-
Method Detail
-
synthesizeLongAudio
public Texttospeech.Projects.Locations.SynthesizeLongAudio synthesizeLongAudio(String parent,
SynthesizeLongAudioRequest content)
throws IOException
Synthesizes long form text asynchronously.
Create a request for the method "locations.synthesizeLongAudio".
This request holds the parameters needed by the texttospeech server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- The resource states of the request in the form of `projects/locations`.
content
- the SynthesizeLongAudioRequest
- Returns:
- the request
- Throws:
IOException
-
operations
public Texttospeech.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
Texttospeech texttospeech = new Texttospeech(...);
Texttospeech.Operations.List request = texttospeech.operations().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy