VideoIDData

@Serializable()
public final class VideoIDData implements Serializable

Parameters

selfieVideoPhotoMatchScore

Score associated with the selfie and Video Photo Match detection. Value range from 0 to 1, 1 being the highest.

idPhotoVideoPhotoMatchScore

Score associated with the idPhoto and VideoPhoto Match detection. Value range from 0 to 1, 1 being the highest.

idFrontTextMatchingScore

Score associated with the idFront Text Matching detection. Value range from 0 to 1, 1 being the highest.

idBackTextMatchingScore

Score associated with the idBack Text Matching detection. Value range from 0 to 1, 1 being the highest.

audioTextMatchingScore

Score associated with the audio Text Matching detection. Value range from 0 to 1, 1 being the highest.

extractedAudioText
extractedAudio

Constructors

Link copied to clipboard
public VideoIDData VideoIDData(Double selfieVideoPhotoMatchScore, Double idPhotoVideoPhotoMatchScore, Double idFrontTextMatchingScore, Double idBackTextMatchingScore, Double audioTextMatchingScore, String extractedAudioText, String extractedAudio)

Properties

Link copied to clipboard

Type:Double
Score associated with the audio Text Matching detection. Value range from 0 to 1, 1 being the highest.

Link copied to clipboard
private final String extractedAudio

Type:String

Link copied to clipboard
private final String extractedAudioText

Type:String

Link copied to clipboard

Type:Double
Score associated with the idBack Text Matching detection. Value range from 0 to 1, 1 being the highest.

Link copied to clipboard

Type:Double
Score associated with the idFront Text Matching detection. Value range from 0 to 1, 1 being the highest.

Link copied to clipboard

Type:Double
Score associated with the idPhoto and VideoPhoto Match detection. Value range from 0 to 1, 1 being the highest.

Link copied to clipboard

Type:Double
Score associated with the selfie and Video Photo Match detection. Value range from 0 to 1, 1 being the highest.

Functions

Link copied to clipboard

Type:Double
Score associated with the audio Text Matching detection. Value range from 0 to 1, 1 being the highest.

Link copied to clipboard
public final String getExtractedAudio()

Type:String

Link copied to clipboard

Type:String

Link copied to clipboard

Type:Double
Score associated with the idBack Text Matching detection. Value range from 0 to 1, 1 being the highest.

Link copied to clipboard

Type:Double
Score associated with the idFront Text Matching detection. Value range from 0 to 1, 1 being the highest.

Link copied to clipboard

Type:Double
Score associated with the idPhoto and VideoPhoto Match detection. Value range from 0 to 1, 1 being the highest.

Link copied to clipboard

Type:Double
Score associated with the selfie and Video Photo Match detection. Value range from 0 to 1, 1 being the highest.