ImageToImageStrings

data class ImageToImageStrings(val title: String = Localization.string("title_image_to_image"), val pickGallery: String = Localization.string("action_image_picker_gallery"), val pickCamera: String = Localization.string("action_image_picker_camera"), val pickRandom: String = Localization.string("action_image_picker_random"), val clear: String = Localization.string("action_clear"), val configureProvider: String = Localization.string("action_change_configuration"), val generate: String = Localization.string("action_generate"), val generating: String = Localization.string("notification_running_title"), val denoisingStrength: String = Localization.string("hint_denoising_strength"), val inputImage: String = Localization.string("title_input_image"), val inPaint: String = Localization.string("in_paint_title"), val sourceUnavailable: String = Localization.string("error_source_img2img_unsupported"), val unsupportedTitle: String = Localization.string("local_no_img2img_support_title"), val openAiUnsupportedSubtitle: String = Localization.string("openai_no_img2img_support_sub_title"), val openAiUnsupportedSubtitle2: String = Localization.string("openai_no_img2img_support_sub_title_2"), val localUnsupportedSubtitle: String = Localization.string("local_no_img2img_support_sub_title"), val localUnsupportedSubtitle2: String = Localization.string("local_no_img2img_support_sub_title_2"), val save: String = Localization.string("action_save"), val savingImage: String = Localization.string("message_image_saving"), val share: String = Localization.string("action_share_prompt"), val sharingImage: String = Localization.string("message_image_sharing"), val results: String = Localization.string("title_generation_results"), val imageUnavailable: String = Localization.string("message_image_data_received"), val resultMeta: (AiGenerationResult) -> String = { result -> Localization.string( "generation_result_meta", result.width, result.height, result.samplingSteps, ) })(source)

Carries ImageToImageStrings data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(title: String = Localization.string("title_image_to_image"), pickGallery: String = Localization.string("action_image_picker_gallery"), pickCamera: String = Localization.string("action_image_picker_camera"), pickRandom: String = Localization.string("action_image_picker_random"), clear: String = Localization.string("action_clear"), configureProvider: String = Localization.string("action_change_configuration"), generate: String = Localization.string("action_generate"), generating: String = Localization.string("notification_running_title"), denoisingStrength: String = Localization.string("hint_denoising_strength"), inputImage: String = Localization.string("title_input_image"), inPaint: String = Localization.string("in_paint_title"), sourceUnavailable: String = Localization.string("error_source_img2img_unsupported"), unsupportedTitle: String = Localization.string("local_no_img2img_support_title"), openAiUnsupportedSubtitle: String = Localization.string("openai_no_img2img_support_sub_title"), openAiUnsupportedSubtitle2: String = Localization.string("openai_no_img2img_support_sub_title_2"), localUnsupportedSubtitle: String = Localization.string("local_no_img2img_support_sub_title"), localUnsupportedSubtitle2: String = Localization.string("local_no_img2img_support_sub_title_2"), save: String = Localization.string("action_save"), savingImage: String = Localization.string("message_image_saving"), share: String = Localization.string("action_share_prompt"), sharingImage: String = Localization.string("message_image_sharing"), results: String = Localization.string("title_generation_results"), imageUnavailable: String = Localization.string("message_image_data_received"), resultMeta: (AiGenerationResult) -> String = { result -> Localization.string( "generation_result_meta", result.width, result.height, result.samplingSteps, ) })

Properties

Link copied to clipboard

Exposes the clear value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the configureProvider value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the denoisingStrength value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the generate value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the generating value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the imageUnavailable value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the inPaint value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the inputImage value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localUnsupportedSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localUnsupportedSubtitle2 value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the openAiUnsupportedSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the openAiUnsupportedSubtitle2 value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the pickCamera value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the pickGallery value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the pickRandom value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the resultMeta value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the results value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the save value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the savingImage value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the share value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sharingImage value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sourceUnavailable value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the title value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the unsupportedTitle value used by the SDAI presentation layer.