Class FaceAnalysisStoppedEventArgs
- java.lang.Object
-
- com.azure.android.ai.vision.common.SessionEventArgs
-
- com.azure.android.ai.vision.common.SessionStoppedEventArgs
-
- com.azure.android.ai.vision.faceanalyzer.FaceAnalysisStoppedEventArgs
-
public final class FaceAnalysisStoppedEventArgs extends SessionStoppedEventArgs
The type FaceAnalysisStoppedEventArgs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaceAnalysisStoppedReason
getReason()
Gets stop reason for face analysis.-
Methods inherited from class com.azure.android.ai.vision.common.SessionStoppedEventArgs
getStoppedReason
-
Methods inherited from class com.azure.android.ai.vision.common.SessionEventArgs
getHandle, getSessionId
-
-
-
-
Method Detail
-
getReason
public final FaceAnalysisStoppedReason getReason()
Gets stop reason for face analysis.- Returns:
- The reason
-
-