public sealed class StreamingSynthesisInput : IMessage<StreamingSynthesisInput>, IEquatable<StreamingSynthesisInput>, IDeepCloneable<StreamingSynthesisInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class StreamingSynthesisInput.
The raw text to be synthesized. It is recommended that each input
contains complete, terminating sentences, which results in better prosody
in the output audio.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `StreamingSynthesisInput` class is part of the Google Cloud Text-to-Speech v1 API and is used as input for synthesizing speech."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparison, deep cloning, and buffer management."],["It provides constructors for creating new instances, either default or by copying an existing `StreamingSynthesisInput` object."],["The `StreamingSynthesisInput` class includes properties to check if a text field is set (`HasText`) and to determine the input source case (`InputSourceCase`), as well as a property to set or get raw text (`Text`) for synthesis."],["Multiple versions of the `StreamingSynthesisInput` documentation are available, ranging from version 2.2.0 to the latest version 3.10.0."]]],[]]