Nextcloud PHP API (master)

TextToTextReformatParagraphs
in package
implements ITaskType

This is the task processing task type for reformatting text into paragraphs

Tags
since
34.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:reformatparagraphs'

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

Properties

Methods

getDescription()

Returns the localized description of this task type

public getDescription() : string
Tags
inheritDoc
since
34.0.0
Attributes
#[Override]
Return values
string

getId()

Returns the unique id of this task type

public getId() : string
Tags
since
34.0.0
Attributes
#[Override]
Return values
string

getName()

Returns the localized name of this task type

public getName() : string
Tags
inheritDoc
since
34.0.0
Attributes
#[Override]
Return values
string

        
On this page

Search results