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 content details the `ProcessingOptions` class within the `Google.Cloud.Talent.V4.Job.Types` namespace, used for configuring options for job processing."],["The latest version is `2.7.0`, and the content provides links to documentation for all versions from `1.0.0` up to `2.7.0` of `ProcessingOptions`."],["`ProcessingOptions` has properties like `DisableStreetAddressResolution`, which if true, prevents the service from refining job addresses, and `HtmlSanitization` which allows control over HTML sanitization in various job fields."],["The `ProcessingOptions` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting features like deep cloning and protocol buffer message handling."],["The class has two constructors, a default constructor `ProcessingOptions()` and another that takes an instance of `Job.Types.ProcessingOptions` as a parameter."]]],[]]