#include <vtkAssignMimeType.h>
Given a table containing document URIs and contents, tries to assign a MIME type to each document.
Inputs: Input port 0: (required) A vtkTable containing document URIs and contents (which could be binary).
Outputs: Output port 0: The same table with an additional "mime_type" column that contains the MIME type identified for each document, or empty-string.
Use SetInputArrayToProcess(0, ...) to specify the input table column that contains URIs (must be a vtkStringArray).
Use SetInputArrayToProcess(1, ...) to specify the input table column that contains document contents (must be a vtkStringArray).
Definition at line 25 of file vtkAssignMimeType.h.