enum InvalidQueryReasonTypeextension InvalidQueryReasonType : Equatable, Hashable, SendableUndocumented
-
The query is empty or malformed.
Declaration
Swift
case malformed -
The query has abuse or safety violations.
Declaration
Swift
case hasViolations -
The query is not supported because it is irrelevant or too broad.
Declaration
Swift
case unsupported -
The query has a correction suggestion.
Declaration
Swift
case hasCorrectionSuggestion -
The query language is not supported.
Declaration
Swift
case languageNotSupported -
The query involves familiar face detection which is not supported. The reason could be that the device or application doesn’t support familiar face detection or the user doesn’t have subscription for familiar face detection.
Declaration
Swift
case familiarFaceNotSupported -
Unspecified.
Declaration
Swift
case unspecified