public sealed class HistogramQueryResult : IMessage<HistogramQueryResult>, IEquatable<HistogramQueryResult>, IDeepCloneable<HistogramQueryResult>, IBufferMessage, IMessage
Histogram result that matches [HistogramQuery][google.cloud.talent.v4.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-04-17 UTC."],[[["The `HistogramQueryResult` class, part of the Google.Cloud.Talent.V4 namespace, is used to represent histogram results that match a specified HistogramQuery in talent searches."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The `Histogram` property within `HistogramQueryResult` is a map that associates facet values with the number of matching entries, supporting string values, named numeric buckets, and anonymous numeric buckets."],["The latest version available for `HistogramQueryResult` is 2.7.0, and there are several other versions listed dating back to 1.0.0, with each having its own specific documentation."],["The `HistogramQuery` property in `HistogramQueryResult` allows you to set and get the histogram expression that was used to generate the results."]]],[]]