Class: QgsProcessingOutputString

class qgis.core.QgsProcessingOutputString

Bases: QgsProcessingOutputDefinition

A string output for processing algorithms.

QgsProcessingOutputString(name: str, description: str = ‘’) Constructor for QgsProcessingOutputString.

QgsProcessingOutputString(QgsProcessingOutputString)

Methods

type

rtype:

str

typeName

Returns the type name for the output class.

type(self) str
Return type:

str

typeName() str

Returns the type name for the output class.

Return type:

str