public sealed class SemanticMarkup : IMessage<AnnotatedString.Types.SemanticMarkup>, IEquatable<AnnotatedString.Types.SemanticMarkup>, IDeepCloneable<AnnotatedString.Types.SemanticMarkup>, IBufferMessage, IMessage
Semantic markup denotes a substring (by index and length) with markup
information.
[[["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."],[[["The `SemanticMarkup` class, part of the `Google.Cloud.DataQnA.V1Alpha` namespace, is used to denote a substring with markup information based on index and length."],["The `SemanticMarkup` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["This class includes constructors for creating new `SemanticMarkup` objects, either as a default or by copying properties from another `SemanticMarkup` object."],["It has properties `Length`, `StartCharIndex`, and `Type`, which respectively define the length of the markup, the index of the substring, and the semantic type of the substring."],["The latest version available is `2.0.0-alpha02`, with previous versions `2.0.0-alpha01` and `1.0.0-alpha03` also documented."]]],[]]