VideoIDDataResponse
public struct VideoIDDataResponse : Codable
Child structure of FormDetailResultResponseData
.
-
Score associated with the selfie and Video Photo Match detection. Value range from 0 to 1, 1 being the highest.
Declaration
Swift
public var selfieVideoPhotoMatchScore: Double?
-
Score associated with the idPhoto and VideoPhoto Match detection. Value range from 0 to 1, 1 being the highest.
Declaration
Swift
public var idPhotoVideoPhotoMatchScore: Double?
-
Score associated with the idFront Text Matching detection. Value range from 0 to 1, 1 being the highest.
Declaration
Swift
public var idFrontTextMatchingScore: Double?
-
Score associated with the idBack Text Matching detection. Value range from 0 to 1, 1 being the highest.
Declaration
Swift
public var idBackTextMatchingScore: Double?
-
Score associated with the audio Text Matching detection. Value range from 0 to 1, 1 being the highest.
Declaration
Swift
public var audioTextMatchingScore: Double?
-
Extracted Audio Text.
Declaration
Swift
public var extractedAudioText: String?
-
Extracted Audio.
Declaration
Swift
public var extractedAudio: String?