public sealed class Job.Types.ProcessingOptions : IMessage<Job.Types.ProcessingOptions>, IEquatable<Job.Types.ProcessingOptions>, IDeepCloneable<Job.Types.ProcessingOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class Job.Types.ProcessingOptions.
[[["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."],[[["This document provides reference documentation for the `Job.Types.ProcessingOptions` class within the Google Cloud Talent Solution v4beta1 API, focusing on options for job processing."],["The `Job.Types.ProcessingOptions` class, part of the `Google.Cloud.Talent.V4Beta1` namespace, is designed to manage options related to how jobs are processed and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `DisableStreetAddressResolution` to control whether the service attempts to resolve precise job addresses, and `HtmlSanitization` to manage the sanitization of HTML content within job fields."],["Available constructors are `ProcessingOptions()`, the default constructor, and `ProcessingOptions(ProcessingOptions)`, allowing for the creation of a new `ProcessingOptions` object from another `ProcessingOptions` instance."]]],[]]