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 offers settings for job processing within the Google Cloud Talent V4 API, including address resolution and HTML sanitization."],["The latest version is 2.7.0, while this document covers version 1.4.0 of the `ProcessingOptions` in the `Google.Cloud.Talent.V4` namespace."],["It inherits from the base `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include `DisableStreetAddressResolution`, which determines if the service attempts to refine job addresses, and `HtmlSanitization`, which controls HTML tag handling in various job description fields."],["There are two constructors for the `ProcessingOptions` class, a default one and one that takes another `ProcessingOptions` object as a parameter for creating a copy."]]],[]]