Analysis Custom Content Configuration
data class AnalysisCustomContentConfiguration(val contentType: AnalysisCustomContentType? = null, val contentUrl: String? = null, val imageScaling: AnalysisCustomContentImageScalingConfiguration? = null, val interactions: AnalysisVisualInteractionOptions? = null)
Constructors
Link copied to clipboard
constructor(contentType: AnalysisCustomContentType? = null, contentUrl: String? = null, imageScaling: AnalysisCustomContentImageScalingConfiguration? = null, interactions: AnalysisVisualInteractionOptions? = null)
Properties
Link copied to clipboard
The content type of the custom content visual. You can use this to have the visual render as an image.
Link copied to clipboard
The input URL that links to the custom content that you want in the custom visual.
Link copied to clipboard
The sizing options for the size of the custom content visual. This structure is required when the ContentType
of the visual is 'IMAGE'
.
Link copied to clipboard
The general visual interactions setup for a visual.