public sealed class ProcessingOptions : IMessage<Job.Types.ProcessingOptions>, IEquatable<Job.Types.ProcessingOptions>, IDeepCloneable<Job.Types.ProcessingOptions>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `ProcessingOptions` class within the `Google.Cloud.Talent.V4.Job.Types` namespace, providing options for how job data is processed."],["The latest version available is 2.7.0, with multiple previous versions ranging back to 1.0.0 also being documented and accessible."],["The `ProcessingOptions` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its various use capabilities."],["Key properties of the `ProcessingOptions` class include `DisableStreetAddressResolution`, which determines whether the service refines job addresses, and `HtmlSanitization`, which controls the sanitization of HTML content in job-related text fields."],["The processing options class has two constructors, a defualt and one which takes in another `ProcessingOptions` as a parameter."]]],[]]