DataAutomationProjectModalityRoutingConfigurationArgs

data class DataAutomationProjectModalityRoutingConfigurationArgs(val jpeg: Output<DataAutomationProjectDesiredModality>? = null, val mov: Output<DataAutomationProjectDesiredModality>? = null, val mp4: Output<DataAutomationProjectDesiredModality>? = null, val png: Output<DataAutomationProjectDesiredModality>? = null) : ConvertibleToJava<DataAutomationProjectModalityRoutingConfigurationArgs>

Modality routing configuration

Constructors

constructor(jpeg: Output<DataAutomationProjectDesiredModality>? = null, mov: Output<DataAutomationProjectDesiredModality>? = null, mp4: Output<DataAutomationProjectDesiredModality>? = null, png: Output<DataAutomationProjectDesiredModality>? = null)

Properties

Link copied to clipboard

Sets whether JPEG files are routed to document or image processing.

Link copied to clipboard

Sets whether MOV files are routed to audio or video processing.

Link copied to clipboard

Sets whether MP4 files are routed to audio or video processing.

Link copied to clipboard

Sets whether PNG files are routed to document or image processing.

Functions

Link copied to clipboard
open override fun toJava(): DataAutomationProjectModalityRoutingConfigurationArgs