Class PixelSkeletonEstimationRequest
Request for estimating character skeleton keypoints from image.
Inheritance
UnifiedApiRequestBase<PixelSkeletonEstimationRequest, Generated<SpriteKeypoints>, IPixelArtRequestOptions>
GenerativeRequest<PixelSkeletonEstimationRequest, FilePrompt, SpriteKeypoints, IPixelArtRequestOptions>
PixelSkeletonEstimationRequest
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.PixelArt
Assembly: Glitch9.AIDevKit.PixelArt.dll
Syntax
public sealed class PixelSkeletonEstimationRequest : GenerativeRequest<PixelSkeletonEstimationRequest, FilePrompt, SpriteKeypoints, IPixelArtRequestOptions>, IGenerativeRequest
Constructors
| Edit this page View SourcePixelSkeletonEstimationRequest(FilePrompt)
Declaration
public PixelSkeletonEstimationRequest(FilePrompt image)
Parameters
| Type | Name | Description |
|---|---|---|
| FilePrompt | image |
Properties
| Edit this page View SourceFallbackModel
Declaration
protected override string FallbackModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
| Edit this page View SourceModelType
Declaration
public override ModelType ModelType { get; }
Property Value
| Type | Description |
|---|---|
| ModelType |
Overrides
| Edit this page View SourceRequestType
The endpoint type for this
Declaration
public override RequestType RequestType { get; }
Property Value
| Type | Description |
|---|---|
| RequestType |
Overrides
Methods
| Edit this page View SourceExecuteAsyncInternal()
Executes the actual task logic. Must be implemented in derived classes.
Declaration
protected override UniTask<Generated<SpriteKeypoints>> ExecuteAsyncInternal()
Returns
| Type | Description |
|---|---|
| UniTask<Generated<SpriteKeypoints>> |