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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eJob.Types.ProcessingOptions\u003c/code\u003e class within the Google Cloud Talent Solution v4beta1 API, outlining its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJob.Types.ProcessingOptions\u003c/code\u003e offers options for managing job processing, including address resolution and HTML content sanitization.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, \u003ccode\u003eProcessingOptions()\u003c/code\u003e and \u003ccode\u003eProcessingOptions(Job.Types.ProcessingOptions)\u003c/code\u003e, to create an instance of the \u003ccode\u003eProcessingOptions\u003c/code\u003e class, with one allowing you to pass an instance of the class to use as a base.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eDisableStreetAddressResolution\u003c/code\u003e, which prevents address refinement, and \u003ccode\u003eHtmlSanitization\u003c/code\u003e, which controls the sanitization level of job HTML content.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class Job.Types.ProcessingOptions (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job.Types.ProcessingOptions)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.Job.Types.ProcessingOptions)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.Job.Types.ProcessingOptions) \n\n public sealed class Job.Types.ProcessingOptions : IMessage\u003cJob.Types.ProcessingOptions\u003e, IEquatable\u003cJob.Types.ProcessingOptions\u003e, IDeepCloneable\u003cJob.Types.ProcessingOptions\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class Job.Types.ProcessingOptions.\n\nOptions for job processing. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Job.Types.ProcessingOptions \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Job](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job)[Types](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job.Types)[ProcessingOptions](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job.Types.ProcessingOptions), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Job](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job)[Types](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job.Types)[ProcessingOptions](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job.Types.ProcessingOptions), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Job](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job)[Types](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job.Types)[ProcessingOptions](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job.Types.ProcessingOptions), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### ProcessingOptions()\n\n public ProcessingOptions()\n\n### ProcessingOptions(ProcessingOptions)\n\n public ProcessingOptions(Job.Types.ProcessingOptions other)\n\nProperties\n----------\n\n### DisableStreetAddressResolution\n\n public bool DisableStreetAddressResolution { get; set; }\n\nIf set to `true`, the service does not attempt to resolve a\nmore precise address for the job.\n\n### HtmlSanitization\n\n public HtmlSanitization HtmlSanitization { get; set; }\n\nOption for job HTML content sanitization. Applied fields are:\n\n- description\n- applicationInfo.instruction\n- incentives\n- qualifications\n- responsibilities\n\nHTML tags in these fields may be stripped if sanitiazation isn't\ndisabled.\n\nDefaults to\n\\[HtmlSanitization.SIMPLE_FORMATTING_ONLY\\]\\[google.cloud.talent.v4beta1.HtmlSanitization.SIMPLE_FORMATTING_ONLY\\]."]]