The path of the XSL transform to apply to the response from Image Server before the information is added to the document metadata.
The XSL transformation is applied to the XML response from the Image Server analyze
action, and must produce a valid XML representation of a document in the same format as that produced by the XmlWriter
task.
If you do not set this parameter, each <task>
element in the response is added to the document as a field.
The example below uses the sample transform that is provided with CFS.
Type: | String |
Default: | |
Required | No |
Configuration Section: |
Any section that you have defined for an |
Example: | ImageAnalysisTransform=xslt/ImageServerAnalysisTransform.xsl
|
See Also: | ImageAnalysisTaskSections |
|