public sealed class SummarizedProfile : IMessage<SummarizedProfile>, IEquatable<SummarizedProfile>, IDeepCloneable<SummarizedProfile>, IBufferMessage, IMessage
Profile entry with metadata inside [SearchProfilesResponse][google.cloud.talent.v4beta1.SearchProfilesResponse].
A profile summary shows the profile summary and how the profile matches the
search query.
In profile summary, the profiles with the same [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id] are
merged together. Among profiles, same education/employment records may be
slightly different but they are merged into one with best efforts.
For example, in one profile the school name is "UC Berkeley" and the field
study is "Computer Science" and in another one the school name is
"University of California at Berkeley" and the field study is "CS". The API
merges these two inputs into one and selects one value for each field. For
example, the school name in summary is set to "University of California at
Berkeley" and the field of study is set to "Computer Science".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eSummarizedProfile\u003c/code\u003e is a sealed class within the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e namespace, designed for summarizing profile data within search responses.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing capabilities for message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSummarizedProfile\u003c/code\u003e class contains a \u003ccode\u003eProfiles\u003c/code\u003e property, which is a list of linked \u003ccode\u003eProfile\u003c/code\u003e objects, grouped by their \u003ccode\u003eProfile.group_id\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes a \u003ccode\u003eSummary\u003c/code\u003e property, which provides a consolidated view of profiles with the same \u003ccode\u003egroup_id\u003c/code\u003e, merging similar education and employment records to present a unified profile summary.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSummarizedProfile\u003c/code\u003e class has two constructors: a default constructor and a copy constructor that takes another \u003ccode\u003eSummarizedProfile\u003c/code\u003e instance as an argument.\u003c/p\u003e\n"]]],[],null,[]]