public sealed class DerivedInfo : IMessage<Job.Types.DerivedInfo>, IEquatable<Job.Types.DerivedInfo>, IDeepCloneable<Job.Types.DerivedInfo>, IBufferMessage, IMessage
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].
[locations][google.cloud.talent.v4.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4.Job.addresses] in the same
order.
[[["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 webpage details the `DerivedInfo` class, part of the `Google.Cloud.Talent.V4` namespace, which is used to store details derived from a job posting, such as job categories and structured locations."],["The `DerivedInfo` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used with Google's Protobuf system."],["The `DerivedInfo` class has two constructors, one default and one that takes another `DerivedInfo` object as a parameter for copying, and also exposes two properties: `JobCategories` and `Locations`."],["This documentation covers various versions of the `DerivedInfo` class, ranging from version 1.0.0 to the latest version 2.7.0, detailing the class's evolution within the `Google.Cloud.Talent.V4` library."]]],[]]