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-03-21 UTC."],[[["The latest version available for `Google.Cloud.Talent.V4.Job.Types.DerivedInfo` is 2.7.0, and there are 13 documented versions in total, ranging down to version 1.0.0."],["`DerivedInfo` is a class that provides details derived from job postings, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DerivedInfo` class has two properties, `JobCategories` and `Locations`, which are both of type `RepeatedField`, and provide details about the job categories and locations derived from the job posting's title, description, and addresses."],["There are two constructors for the `DerivedInfo` class: a default constructor and one that takes another `DerivedInfo` object as a parameter, allowing for the creation of a copy of the object."],["The `DerivedInfo` class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]