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 control over job processing, particularly address resolution and HTML sanitization."],["The latest version of `ProcessingOptions` is 2.7.0, with multiple prior versions also available."],["The `DisableStreetAddressResolution` property allows users to prevent the service from refining job addresses, if set to true."],["The `HtmlSanitization` property determines how HTML content in job descriptions and related fields is handled, defaulting to simple formatting."],["The class `ProcessingOptions` inherits from and implements multiple other interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]