maxConcurrentSessions property

int? maxConcurrentSessions
final

Cap on concurrent openSession sessions; null = unlimited. Accepted for API symmetry. The MediaPipe web .task path doesn't support concurrent sessions yet (openSession inherits the interface's UnsupportedError), so this is currently informational.

Implementation

final int? maxConcurrentSessions;