コード例 #1
0
 /// <summary>Constructs a new Import request.</summary>
 public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Texttospeech.v1.Data.ImportDataRequest body, string name) : base(service)
 {
     Name = name;
     Body = body;
     InitParameters();
 }
コード例 #2
0
 /// <summary>Imports audio+text data for training custom voice.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="name">
 /// The name of the Dataset resource. Format:
 /// `projects/{project}/locations/{location}/datasets/{dataset}`
 /// </param>
 public virtual ImportRequest Import(Google.Apis.Texttospeech.v1.Data.ImportDataRequest body, string name)
 {
     return(new ImportRequest(service, body, name));
 }