public sealed class MultiSpeakerMarkup : IMessage<MultiSpeakerMarkup>, IEquatable<MultiSpeakerMarkup>, IDeepCloneable<MultiSpeakerMarkup>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class MultiSpeakerMarkup.
A collection of turns for multi-speaker synthesis.
[[["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 latest version of the `MultiSpeakerMarkup` class in the Google Cloud Text-to-Speech v1 API is 3.10.0."],["`MultiSpeakerMarkup` is a class for defining multi-speaker turns for text-to-speech synthesis."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Turns` property, a `RepeatedField`, is a required component that holds the sequence of speaker turns."],["There is a constructor to create a `MultiSpeakerMarkup` object and another to make a copy of a `MultiSpeakerMarkup` object."]]],[]]