Data Automation Project Modality Routing Configuration
data class DataAutomationProjectModalityRoutingConfiguration(val jpeg: DataAutomationProjectDesiredModality? = null, val mov: DataAutomationProjectDesiredModality? = null, val mp4: DataAutomationProjectDesiredModality? = null, val png: DataAutomationProjectDesiredModality? = null)
Modality routing configuration
Constructors
Link copied to clipboard
constructor(jpeg: DataAutomationProjectDesiredModality? = null, mov: DataAutomationProjectDesiredModality? = null, mp4: DataAutomationProjectDesiredModality? = null, png: 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.