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 within the `Google.Cloud.Talent.V4` namespace provides settings for job processing, implemented across multiple versions from 1.0.0 to 2.7.0."],["It offers two main properties: `DisableStreetAddressResolution`, which prevents the service from refining job addresses, and `HtmlSanitization`, which dictates how HTML content is handled in specified job fields."],["The `HtmlSanitization` property defaults to `HtmlSanitization.SIMPLE_FORMATTING_ONLY`, potentially removing HTML tags from job description fields unless disabled."],["The class `ProcessingOptions` has two constructors available, one being the default constructor, and another that accepts a job processing options."],["The class `ProcessingOptions` implements multiple interfaces, such as `Google.Protobuf.IMessage`, `System.IEquatable`, `Google.Protobuf.IDeepCloneable` and `Google.Protobuf.IBufferMessage` ."]]],[]]