ChannelSpecification

Defines a named input source, called a channel, to be used by an algorithm.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A brief description of the channel.

Link copied to clipboard

Indicates whether the channel is required by the algorithm.

Link copied to clipboard
val name: String?

The name of the channel.

Link copied to clipboard

The allowed compression types, if data compression is used.

Link copied to clipboard

The supported MIME types for the data.

Link copied to clipboard

The allowed input mode, either FILE or PIPE.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String