ITaskType
in
This is a task type interface that is implemented by task processing task types
Tags
Table of Contents
Methods
- getDescription() : string
- Returns the localized description of this task type
- getId() : string
- Returns the unique id of this task type
- getInputShape() : array<string|int, mixed>
- Returns the shape of the input array
- getName() : string
- Returns the localized name of this task type
- getOutputShape() : array<string|int, mixed>
- Returns the shape of the output array
Methods
getDescription()
Returns the localized description of this task type
public
getDescription() : string
Tags
Return values
stringgetId()
Returns the unique id of this task type
public
getId() : string
Tags
Return values
stringgetInputShape()
Returns the shape of the input array
public
getInputShape() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getName()
Returns the localized name of this task type
public
getName() : string
Tags
Return values
stringgetOutputShape()
Returns the shape of the output array
public
getOutputShape() : array<string|int, mixed>