Package com.google.cloud.aiplatform.v1
Interface ReplicatedVoiceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedVoiceConfig,ReplicatedVoiceConfig.Builder
@Generated
public interface ReplicatedVoiceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.com.google.protobuf.ByteStringOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMimeType
String getMimeType()Optional. The mimetype of the voice sample. The only currently supported value is `audio/wav`. This represents 16-bit signed little-endian wav data, with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not set.
string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The mimeType.
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()Optional. The mimetype of the voice sample. The only currently supported value is `audio/wav`. This represents 16-bit signed little-endian wav data, with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not set.
string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for mimeType.
-
getVoiceSampleAudio
com.google.protobuf.ByteString getVoiceSampleAudio()Optional. The sample of the custom voice.
bytes voice_sample_audio = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The voiceSampleAudio.
-