io.cequence.azureform.model.AzureFormRecognizerAnalyzeSettings.scala Maven / Gradle / Ivy
package io.cequence.azureform.model
case class AzureFormRecognizerAnalyzeSettings(
pages: Option[String] = None,
features: Seq[String] = Nil,
outputContentFormat: Option[ContentFormat] = None
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy