//library/com.uploadcare.android.library.api/UploadcareClient/getFileWithRekognitionInfoAsync
getFileWithRekognitionInfoAsync
[androidJvm]
Content
fun getFileWithRekognitionInfoAsync(context: Context, fileId: String, callback: UploadcareFileCallback? = null)
More info
Requests file data, with Rekognition Info if available, Asynchronously.
Parameters
androidJvm
| Name | Summary |
|---|---|
| callback | callback UploadcareFileCallback with either an UploadcareFile response or a failure exception. |
| context | Application context. android.content.Context |
| fileId | Resource UUID |