voiceSampleGcsUri property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? voiceSampleGcsUri
getter/setter pair

Deprecated: Use custom_voice_samples in AudioProcessingConfig instead.

The Cloud Storage URI to the audio sample for voice cloning. The audio sample should be a mono-channel, 24kHz WAV file. Note: Please make sure the CES service agent service-@gcp-sa-ces.iam.gserviceaccount.com has storage.objects.get permission to the Cloud Storage object.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? voiceSampleGcsUri;