public sealed class StreamingSynthesisInput : IMessage<StreamingSynthesisInput>, IEquatable<StreamingSynthesisInput>, IDeepCloneable<StreamingSynthesisInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class StreamingSynthesisInput.
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, as this will likely result in
better prosody in the output audio. That being said, users are free to
input text however they please.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `StreamingSynthesisInput` class is part of the Google Cloud Text-to-Speech v1beta1 API, and it serves as the input for synthesizing text."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["`StreamingSynthesisInput` has constructors for creating new instances and cloning existing ones, as well as properties like `HasText`, `InputSourceCase`, and `Text` for managing text input."],["The `Text` property allows users to provide raw text for synthesis, with a recommendation to use complete sentences for improved audio output."],["The available versions of the API are 2.0.0-beta12 (latest), 2.0.0-beta11, and 1.0.0-beta04, all referencing the same class."]]],[]]