Enumeration ImageModerationConnectionState

Connection state between the SDK and the third-party video moderation service.

Index

Enumeration members

Enumeration members

CLOSED

CLOSED: = "CLOSED"

The SDK has disconnected from the third-party service.

CONNECTED

CONNECTED: = "CONNECTED"

The SDK is connected to the third-party service.

CONNECTING

CONNECTING: = "CONNECTING"

The SDK is connecting to the third-party service.

RECONNECTING

RECONNECTING: = "RECONNECTING"

The SDK is reconnecting to the third-party service.