Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Texttospeech.v1
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.OperationsResource |
Methods
SynthesizeLongAudio(SynthesizeLongAudioRequest, string)
Synthesizes long form text asynchronously.
Declaration
public virtual ProjectsResource.LocationsResource.SynthesizeLongAudioRequest SynthesizeLongAudio(SynthesizeLongAudioRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
SynthesizeLongAudioRequest | body | The body of the request. |
string | parent | The resource states of the request in the form of |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SynthesizeLongAudioRequest |