Show / Hide Table of Contents

Class TextResource

The "text" collection of methods.

Inheritance
object
TextResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Texttospeech.v1beta1
Assembly: Google.Apis.Texttospeech.v1beta1.dll
Syntax
public class TextResource

Constructors

TextResource(IClientService)

Constructs a new resource.

Declaration
public TextResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Synthesize(SynthesizeSpeechRequest)

Synthesizes speech synchronously: receive results after all text input has been processed.

Declaration
public virtual TextResource.SynthesizeRequest Synthesize(SynthesizeSpeechRequest body)
Parameters
Type Name Description
SynthesizeSpeechRequest body

The body of the request.

Returns
Type Description
TextResource.SynthesizeRequest
In this article
Back to top Generated by DocFX