Enum DetectionLevel
Indicates the level of confidence with which a property has been determined.
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public enum DetectionLevel
  Remarks
This is used, for example, for codepage and language detection in a file sniffer to indicate how likely it is that the codepage and languages have been identified correctly.
Fields
| Name | Description | 
|---|---|
| Certain | The property value was determined beyond doubt.  | 
      
| Guess | A possible suggestion for the property value has been determined.  | 
      
| Likely | A likely value for the property has been determined.  | 
      
| Unknown | The property value could not be determined.  |