Class SynthesizeSpeechResponse

  • All Implemented Interfaces:
    SynthesizeSpeechResponseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class SynthesizeSpeechResponse
    extends com.google.protobuf.GeneratedMessageV3
    implements SynthesizeSpeechResponseOrBuilder
     The message returned to the client by the `SynthesizeSpeech` method.
     
    Protobuf type google.cloud.texttospeech.v1beta1.SynthesizeSpeechResponse
    See Also:
    Serialized Form
    • Field Detail

      • AUDIO_CONTENT_FIELD_NUMBER

        public static final int AUDIO_CONTENT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TIMEPOINTS_FIELD_NUMBER

        public static final int TIMEPOINTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AUDIO_CONFIG_FIELD_NUMBER

        public static final int AUDIO_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getAudioContent

        public com.google.protobuf.ByteString getAudioContent()
         The audio data bytes encoded as specified in the request, including the
         header for encodings that are wrapped in containers (e.g. MP3, OGG_OPUS).
         For LINEAR16 audio, we include the WAV header. Note: as
         with all bytes fields, protobuffers use a pure binary representation,
         whereas JSON representations use base64.
         
        bytes audio_content = 1;
        Specified by:
        getAudioContent in interface SynthesizeSpeechResponseOrBuilder
        Returns:
        The audioContent.
      • getTimepointsList

        public List<Timepoint> getTimepointsList()
         A link between a position in the original request input and a corresponding
         time in the output audio. It's only supported via `<mark>` of SSML input.
         
        repeated .google.cloud.texttospeech.v1beta1.Timepoint timepoints = 2;
        Specified by:
        getTimepointsList in interface SynthesizeSpeechResponseOrBuilder
      • getTimepointsOrBuilderList

        public List<? extends TimepointOrBuilder> getTimepointsOrBuilderList()
         A link between a position in the original request input and a corresponding
         time in the output audio. It's only supported via `<mark>` of SSML input.
         
        repeated .google.cloud.texttospeech.v1beta1.Timepoint timepoints = 2;
        Specified by:
        getTimepointsOrBuilderList in interface SynthesizeSpeechResponseOrBuilder
      • getTimepointsCount

        public int getTimepointsCount()
         A link between a position in the original request input and a corresponding
         time in the output audio. It's only supported via `<mark>` of SSML input.
         
        repeated .google.cloud.texttospeech.v1beta1.Timepoint timepoints = 2;
        Specified by:
        getTimepointsCount in interface SynthesizeSpeechResponseOrBuilder
      • getTimepoints

        public Timepoint getTimepoints​(int index)
         A link between a position in the original request input and a corresponding
         time in the output audio. It's only supported via `<mark>` of SSML input.
         
        repeated .google.cloud.texttospeech.v1beta1.Timepoint timepoints = 2;
        Specified by:
        getTimepoints in interface SynthesizeSpeechResponseOrBuilder
      • getTimepointsOrBuilder

        public TimepointOrBuilder getTimepointsOrBuilder​(int index)
         A link between a position in the original request input and a corresponding
         time in the output audio. It's only supported via `<mark>` of SSML input.
         
        repeated .google.cloud.texttospeech.v1beta1.Timepoint timepoints = 2;
        Specified by:
        getTimepointsOrBuilder in interface SynthesizeSpeechResponseOrBuilder
      • hasAudioConfig

        public boolean hasAudioConfig()
         The audio metadata of `audio_content`.
         
        .google.cloud.texttospeech.v1beta1.AudioConfig audio_config = 4;
        Specified by:
        hasAudioConfig in interface SynthesizeSpeechResponseOrBuilder
        Returns:
        Whether the audioConfig field is set.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static SynthesizeSpeechResponse parseFrom​(ByteBuffer data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeSpeechResponse parseFrom​(ByteBuffer data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeSpeechResponse parseFrom​(com.google.protobuf.ByteString data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeSpeechResponse parseFrom​(com.google.protobuf.ByteString data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeSpeechResponse parseFrom​(byte[] data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SynthesizeSpeechResponse parseFrom​(byte[] data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public SynthesizeSpeechResponse.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public SynthesizeSpeechResponse.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected SynthesizeSpeechResponse.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<SynthesizeSpeechResponse> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public SynthesizeSpeechResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder