Results_file
| Name | Type | Description | 
|---|---|---|
| location | object | Location to store the result file information. | 
| file_pattern | string | The file pattern for the result file information. | 
Example results_file
{
  "uid": "transcode_task",
  "kind": "transcode",
  "payload": {
    "location": {},
    "targets": [
      {
        "file_pattern": "{source_basename}_kantar.wav",
        "container": {
          "kind": "wav"
        },
        "audio": [
          {
            "codec": "pcm",
            "channels": 2,
            "filters": [
              {
                "kind": "kantar_watermarking",
                "payload": {},
                "results_file": {
                  "location": {
                    "storage_provider": "s3",
                    "path": "{{destination_path}}"
                  },
                  "file_pattern": "log_kantar.xml"
                }
              }
            ]
          }
        ]
      }
    ]
  }
}