Class AnimateService
Inheritance
object
AnimateService
Inherited Members
CRUDServiceBase<PixelLab>.client
CRUDServiceBase<PixelLab>.IsBetaService
CRUDServiceBase<PixelLab>.CustomApiKey
CRUDServiceBase<PixelLab>.CustomBetaHeaders
Assembly: .dll
Syntax
public class AnimateService : CRUDServiceBase<PixelLab>
Constructors
Declaration
public AnimateService(PixelLab client, params RESTHeader[] betaHeaders)
Parameters
Type |
Name |
Description |
PixelLab |
client |
|
RESTHeader[] |
betaHeaders |
|
Methods
AnimateAsync(PixelLabAnimateRequest)
Declaration
public UniTask<PixelAnimation> AnimateAsync(PixelLabAnimateRequest req)
Parameters
Returns
EstimateSkeletonAsync(EstimateSkeletonRequest)
Declaration
public UniTask<EstimatedSkeletons> EstimateSkeletonAsync(EstimateSkeletonRequest req)
Parameters
Returns
EstimateSkeletonAsync(PixelLabImage)
Declaration
public UniTask<EstimatedSkeletons> EstimateSkeletonAsync(PixelLabImage image)
Parameters
Returns