Update the text processing methods for fields in the job. Currently, you can specify the text casing and create text replacement policies based on regex for each field.

For text casing, there are 5 case types available:

  • upper: Sets all text to uppercase.
  • lower: Sets all text to lowercase.
  • title: Sets the first character of each word to uppercase and the rest to lowercase.
  • capitalize: Sets the first character of the entire text to uppercase and the rest to lowercase.
  • swap: Swaps all uppercase characters to lowercase and all lowercase characters to uppercase.

For text replacement, you must specify a regex pattern to match on and a replacement value. One field can have multiple text replacement policies.

Log in to see full request history
Path Params
string
required

The id of a Job

Body Params
textProcessingMethods
object
required

The text processing methods object.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json