public interface CustomVoiceParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Required.
|
com.google.protobuf.ByteString |
getModelBytes()
Required.
|
CustomVoiceParams.ReportedUsage |
getReportedUsage()
Deprecated.
google.cloud.texttospeech.v1.CustomVoiceParams.reported_usage is deprecated. See
google/cloud/texttospeech/v1/cloud_tts.proto;l=291
|
int |
getReportedUsageValue()
Deprecated.
google.cloud.texttospeech.v1.CustomVoiceParams.reported_usage is deprecated. See
google/cloud/texttospeech/v1/cloud_tts.proto;l=291
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Required. The name of the AutoML model that synthesizes the custom voice.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getModelBytes()
Required. The name of the AutoML model that synthesizes the custom voice.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
@Deprecated int getReportedUsageValue()
Optional. Deprecated. The usage of the synthesized audio to be reported.
.google.cloud.texttospeech.v1.CustomVoiceParams.ReportedUsage reported_usage = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
@Deprecated CustomVoiceParams.ReportedUsage getReportedUsage()
Optional. Deprecated. The usage of the synthesized audio to be reported.
.google.cloud.texttospeech.v1.CustomVoiceParams.ReportedUsage reported_usage = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.