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-05-02 UTC."],[[["The `StreamingSynthesisInput` class is part of the Google Cloud Text-to-Speech v1beta1 API, specifically designed for streaming synthesis input."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Cloud .NET framework."],["`StreamingSynthesisInput` offers two constructors: a default constructor and one that accepts another `StreamingSynthesisInput` object for creating copies."],["Key properties of `StreamingSynthesisInput` include `HasText` (a boolean indicating if text is set), `InputSourceCase` (specifying the input source), and `Text` (the raw string text for synthesis)."],["The available versions of this class are: 2.0.0-beta12 (latest), 2.0.0-beta11, and 1.0.0-beta04."]]],[]]