class ProjectsLocationsDatasets extends Resource (View source)

The "datasets" collection of methods.

Typical usage is:

 $texttospeechService = new Google\Service\Texttospeech(...);
 $datasets = $texttospeechService->datasets;

Methods

import(string $name, ImportDataRequest $postBody, array $optParams = [])

Imports audio+text data for training custom voice. (datasets.import)

Details

Operation import(string $name, ImportDataRequest $postBody, array $optParams = [])

Imports audio+text data for training custom voice. (datasets.import)

Parameters

string $name

The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

ImportDataRequest $postBody
array $optParams

Optional parameters.

Return Value

Operation