API reference
API reference
Select your platform
No SDKs available
No versions available

IObjectDetectionTask Interface

Member Functions

Task< string > DetectAsync
( byte[] imageJpgOrPng,
CancellationToken ct )
Task< byte[]> DetectBinaryAsync
( byte[] imageJpgOrPng,
CancellationToken ct )
Task< byte[]> DetectAsync
( RenderTexture src,
CancellationToken ct )