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."],[[["This documentation describes the `SemanticMarkup` class, which is part of the `Google.Cloud.DataQnA.V1Alpha` namespace and is found in the `Google.Cloud.DataQnA.V1Alpha.dll` assembly."],["`SemanticMarkup` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `Object`."],["The `SemanticMarkup` class is designed to denote a substring with markup information, specifying the substring's start index and length."],["The class includes three properties, `Length`, `StartCharIndex`, and `Type`, which are used to specify the length of the substring, the start index, and the semantic type of markup, respectively."],["There are two constructors available for the class, one with no parameters and another that takes an instance of `AnnotatedString.Types.SemanticMarkup`."]]],[]]