public sealed class HistogramQueryResult : IMessage<HistogramQueryResult>, IEquatable<HistogramQueryResult>, IDeepCloneable<HistogramQueryResult>, IBufferMessage, IMessage
Histogram result that matches [HistogramQuery][google.cloud.talent.v4beta1.HistogramQuery] specified in searches.
[[["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 page provides documentation for the `HistogramQueryResult` class within the `Google.Cloud.Talent.V4Beta1` namespace in the .NET environment, specifically in version 2.0.0-beta07."],["The `HistogramQueryResult` class is used to represent the results of a histogram query as part of talent searches."],["It includes properties such as `Histogram`, which is a map of string values to the number of matching entries and `HistogramQuery` which holds the requested histogram expression."],["The `HistogramQueryResult` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class has two constructors, `HistogramQueryResult()` and `HistogramQueryResult(HistogramQueryResult other)`, allowing for the creation of new instances or cloning from existing ones."]]],[]]