detect
Find the autodetected format of a file.
DEPRECATED: The Session::detect
method is deprecated in KeyView 23.3.0 and later. OpenText recommends that you create a Document object to represent each document and use the Document::info
method instead.
This method is still available for existing implementations, but it might be incompatible with new functionality and might be removed in future.
Syntax
template<typename Input_Type > DetectionInfo Session::detect(Input_Type &input)