Schema representing a AIImageConfig
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.AIImageConfig{ async: boolean() | nil, enabled: boolean() | nil, ocr_rules: [ExStreamClient.Model.OCRRule.t()] | nil, rules: [ExStreamClient.Model.AWSRekognitionRule.t()] | nil }