Nextcloud PHP API (master)

TextToText
in package
implements ITaskType

This is the task processing task type for generic text processing

Tags
since
30.0.0

Table of Contents

Interfaces

ITaskType
This is a task type interface that is implemented by task processing task types

Constants

ID  = 'core:text2text'

Properties

$l  : IL10N

Methods

__construct()  : mixed
getDescription()  : string
Returns the localized description of this task type
getId()  : string
Returns the unique id of this task type
getInputShape()  : array<string|int, ShapeDescriptor>
Returns the shape of the input array
getName()  : string
Returns the localized name of this task type
getOutputShape()  : array<string|int, ShapeDescriptor>
Returns the shape of the output array

Constants

ID

public mixed ID = 'core:text2text'
Tags
since
30.0.0

Properties

Methods

getDescription()

Returns the localized description of this task type

public getDescription() : string
Tags
inheritDoc
since
30.0.0
Return values
string

getId()

Returns the unique id of this task type

public getId() : string
Tags
since
30.0.0
Return values
string

getName()

Returns the localized name of this task type

public getName() : string
Tags
inheritDoc
since
30.0.0
Return values
string

        
On this page

Search results