public class IdCardImagesResult
Encapsulates uris to images extracted from the id card
public IdCardImagesResult(@Nullable
android.net.Uri photoUri,
@Nullable
android.net.Uri signatureUri)
Encapsulates uris to images extracted from the id card
@Nullable public android.net.Uri getPhotoUri()
@Nullable public android.net.Uri getSignatureUri()
@Nullable public android.net.Uri component1()
@Nullable public android.net.Uri component2()
@NotNull public IdCardImagesResult copy(@Nullable android.net.Uri photoUri, @Nullable android.net.Uri signatureUri)
Encapsulates uris to images extracted from the id card
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)