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."],[[["The `ProcessingOptions` class provides settings for job processing within the Google Cloud Talent API."],["It inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors are available: a default constructor and one that takes another `Job.Types.ProcessingOptions` object for initialization."],["The `DisableStreetAddressResolution` property allows users to prevent the service from attempting to resolve more precise job addresses."],["The `HtmlSanitization` property allows users to control the sanitization of HTML content in job-related fields like description and incentives."]]],[]]