SearchMatchTypeV2
public enum SearchMatchTypeV2 : CustomStringConvertible, JSONRepresentable
Indicates what type of match was found for a given item.
-
This item was matched on its file or folder name.
Declaration
Swift
case filename
-
This item was matched based on its file contents.
Declaration
Swift
case fileContent
-
This item was matched based on both its contents and its file name.
Declaration
Swift
case filenameAndContent
-
This item was matched on image content.
Declaration
Swift
case imageContent
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }