Analysis Custom Content Configuration Args
data class AnalysisCustomContentConfigurationArgs(val contentType: Output<AnalysisCustomContentType>? = null, val contentUrl: Output<String>? = null, val imageScaling: Output<AnalysisCustomContentImageScalingConfiguration>? = null) : ConvertibleToJava<AnalysisCustomContentConfigurationArgs>
Constructors
Link copied to clipboard
fun AnalysisCustomContentConfigurationArgs(contentType: Output<AnalysisCustomContentType>? = null, contentUrl: Output<String>? = null, imageScaling: Output<AnalysisCustomContentImageScalingConfiguration>? = null)