public interface CustomVoiceParamsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getModel()
Required.
|
ByteString |
getModelBytes()
Required.
|
CustomVoiceParams.ReportedUsage |
getReportedUsage()
Optional.
|
int |
getReportedUsageValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String 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) = { ... }
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) = { ... }
int getReportedUsageValue()
Optional. The usage of the synthesized audio to be reported.
.google.cloud.texttospeech.v1beta1.CustomVoiceParams.ReportedUsage reported_usage = 3 [(.google.api.field_behavior) = OPTIONAL];
CustomVoiceParams.ReportedUsage getReportedUsage()
Optional. The usage of the synthesized audio to be reported.
.google.cloud.texttospeech.v1beta1.CustomVoiceParams.ReportedUsage reported_usage = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.