MediaAnalysisTransform
The path of the XSL transformation to apply to the response from Media Server before the information is added to the document metadata.
The XSL transformation is applied to the XML response from the Media Server process
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, CFS adds each <output>
and <statistics>
element from the response to the document, as a sub-field of the MediaServerAnalysis
field.
Type: | String |
Default: | |
Required | No |
Configuration Section: |
Any section that you have defined for media analysis task settings |
Example: | MediaAnalysisTransform=xslt/MediaServerAnalysisTransform.xsl
|
See Also: |