public sealed class MultiSpeakerMarkup : IMessage<MultiSpeakerMarkup>, IEquatable<MultiSpeakerMarkup>, IDeepCloneable<MultiSpeakerMarkup>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 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-03-21 UTC."],[[["This documentation is for the `MultiSpeakerMarkup` class within the Google Cloud Text-to-Speech v1beta1 API, specifically for version 2.0.0-beta11."],["`MultiSpeakerMarkup` is designed to manage a collection of turns for multi-speaker text-to-speech synthesis and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the `object` class and provides constructors for creating new instances, including one that takes another `MultiSpeakerMarkup` object as input."],["The primary property of `MultiSpeakerMarkup` is `Turns`, which is a required `RepeatedField` that contains a list of speaker turns."],["The documentation includes links to reference materials, such as inherited members, implementations, and the namespace, to help provide a complete picture of this class."]]],[]]