```suspend fun detect(bytes: ByteArray){ ...
# android
v
Copy code
suspend fun detect(bytes: ByteArray){
            val faces = facesClient.detect(bytes.inputStream(), true, false, arrayOf(FaceServiceClient.FaceAttributeType.Age))