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 latest version of the `Google.Cloud.Talent.V4.Job.Types.ProcessingOptions` is 2.7.0, and the webpage provides access to various previous versions, including 2.6.0 through 1.0.0."],["`ProcessingOptions` is a class used to define options for job processing within the Google Cloud Talent V4 library."],["The `ProcessingOptions` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for compatibility and functionality."],["The class includes two constructors, one default and one that takes another `Job.Types.ProcessingOptions` instance, and properties like `DisableStreetAddressResolution` and `HtmlSanitization` that configure how the job is processed."],["The `DisableStreetAddressResolution` property allows users to prevent the service from attempting to find a more precise address for the job, while `HtmlSanitization` enables the configuration of sanitization for HTML content, ensuring that it defaults to `HtmlSanitization.SIMPLE_FORMATTING_ONLY`."]]],[]]