Class ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText
The text highlighted by the justification. This is a subset of the review itself. The exact word to highlight is marked by the HighlightedTextRange. There could be several words in the text being highlighted.
Inheritance
ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText : IMessage<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText>, IEquatable<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText>, IDeepCloneable<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText>, IBufferMessage, IMessage
Constructors
HighlightedText()
Declaration
public HighlightedText()
HighlightedText(HighlightedText)
Declaration
public HighlightedText(ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText other)
Parameters
Type | Name | Description |
---|---|---|
ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText | other |
Properties
HighlightedTextRanges
The list of the ranges of the highlighted text.
Declaration
public RepeatedField<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange> HighlightedTextRanges { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText.Types.HighlightedTextRange> |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |