key | value | description |
---|---|---|
id (required) | string | Sensible uses the ID as the key in the structured key/value output. In the API response, this output is in the parsed_document section. To specify fallbacks, use the same ID for multiple Computed Field methods. Succeeding fields act as fallbacks if the first returns null. For example, to capture differences in wording between document revisions, define two fields with the same ID, which use synonymous source ids that may be present or absent in different document revisions. |
method (required) | object | The method describes the Computed Field method used to transform fields. This object’s ID parameter specifies the method, for example, Concatenate or Zip. |
type | string (default: string) | Specifies the type of the output value. For more information about types, see Field query object. |