Skip to content

Commit 4ac4181

Browse files
committed
updated the Kotlin SDK build number
1 parent 9106ebc commit 4ac4181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/services/rekognition/src/main/kotlin/com/kotlin/rekognition/VideoDetectFaces.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ suspend fun getFaceResults() {
106106
while (!finished) {
107107
response = rekClient.getFaceDetection(recognitionRequest)
108108
status = response.jobStatus.toString()
109-
if (status.compareTo("SUCCEEDED") == 0) {
109+
if (status.compareTo("Succeeded") == 0) {
110110
finished = true
111111
} else {
112112
println("$yy status is: $status")

0 commit comments

Comments
 (0)