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."],[[["This page details the `HistogramQueryResult` class, which is used to represent the results of a histogram query within the Google Cloud Talent V4 API."],["The `HistogramQueryResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and other .NET functionalities."],["The latest version of `HistogramQueryResult` is 2.7.0, with multiple previous versions dating back to 1.0.0 also being documented."],["`HistogramQueryResult` contains two main properties: `Histogram`, a map of facet values to their counts, and `HistogramQuery`, the expression used for the request."],["The class also has two constructors, a default constructor and another that accepts a `HistogramQueryResult` parameter for copying."]]],[]]