pollystub

package
v0.0.0-...-eb62eed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	DeleteLexicon(ctx workflow.Context, input *polly.DeleteLexiconInput) (*polly.DeleteLexiconOutput, error)
	DeleteLexiconAsync(ctx workflow.Context, input *polly.DeleteLexiconInput) *DeleteLexiconFuture

	DescribeVoices(ctx workflow.Context, input *polly.DescribeVoicesInput) (*polly.DescribeVoicesOutput, error)
	DescribeVoicesAsync(ctx workflow.Context, input *polly.DescribeVoicesInput) *DescribeVoicesFuture

	GetLexicon(ctx workflow.Context, input *polly.GetLexiconInput) (*polly.GetLexiconOutput, error)
	GetLexiconAsync(ctx workflow.Context, input *polly.GetLexiconInput) *GetLexiconFuture

	GetSpeechSynthesisTask(ctx workflow.Context, input *polly.GetSpeechSynthesisTaskInput) (*polly.GetSpeechSynthesisTaskOutput, error)
	GetSpeechSynthesisTaskAsync(ctx workflow.Context, input *polly.GetSpeechSynthesisTaskInput) *GetSpeechSynthesisTaskFuture

	ListLexicons(ctx workflow.Context, input *polly.ListLexiconsInput) (*polly.ListLexiconsOutput, error)
	ListLexiconsAsync(ctx workflow.Context, input *polly.ListLexiconsInput) *ListLexiconsFuture

	ListSpeechSynthesisTasks(ctx workflow.Context, input *polly.ListSpeechSynthesisTasksInput) (*polly.ListSpeechSynthesisTasksOutput, error)
	ListSpeechSynthesisTasksAsync(ctx workflow.Context, input *polly.ListSpeechSynthesisTasksInput) *ListSpeechSynthesisTasksFuture

	PutLexicon(ctx workflow.Context, input *polly.PutLexiconInput) (*polly.PutLexiconOutput, error)
	PutLexiconAsync(ctx workflow.Context, input *polly.PutLexiconInput) *PutLexiconFuture

	StartSpeechSynthesisTask(ctx workflow.Context, input *polly.StartSpeechSynthesisTaskInput) (*polly.StartSpeechSynthesisTaskOutput, error)
	StartSpeechSynthesisTaskAsync(ctx workflow.Context, input *polly.StartSpeechSynthesisTaskInput) *StartSpeechSynthesisTaskFuture

	SynthesizeSpeech(ctx workflow.Context, input *polly.SynthesizeSpeechInput) (*polly.SynthesizeSpeechOutput, error)
	SynthesizeSpeechAsync(ctx workflow.Context, input *polly.SynthesizeSpeechInput) *SynthesizeSpeechFuture
}

func NewClient

func NewClient() Client

type DeleteLexiconFuture

type DeleteLexiconFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteLexiconFuture) Get

type DescribeVoicesFuture

type DescribeVoicesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeVoicesFuture) Get

type GetLexiconFuture

type GetLexiconFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetLexiconFuture) Get

type GetSpeechSynthesisTaskFuture

type GetSpeechSynthesisTaskFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSpeechSynthesisTaskFuture) Get

type ListLexiconsFuture

type ListLexiconsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListLexiconsFuture) Get

type ListSpeechSynthesisTasksFuture

type ListSpeechSynthesisTasksFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListSpeechSynthesisTasksFuture) Get

type PutLexiconFuture

type PutLexiconFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutLexiconFuture) Get

type StartSpeechSynthesisTaskFuture

type StartSpeechSynthesisTaskFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartSpeechSynthesisTaskFuture) Get

type SynthesizeSpeechFuture

type SynthesizeSpeechFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SynthesizeSpeechFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL