CustomLanguage class
Custom language configuration. This configuration allows you to provide custom localization. You should provide all the necessary strings for the Aiuta SDK.
- Inheritance
-
- Object
- AiutaLanguage
- CustomLanguage
- Annotations
-
- @JsonSerializable.new()
Constructors
-
CustomLanguage({required String appBarVirtualTryOn, required String appBarHistory, required String appBarSelect, required String preOnboardingTitle, required String preOnboardingSubtitle, required String preOnboardingButton, required String onboardingButtonNext, required String onboardingButtonStart, required String onboardingPageTryonTopic, required String onboardingPageTryonSubtopic, required String onboardingPageBestResultTopic, required String onboardingPageBestResultSubtopic, required String onboardingPageConsentTopic, required String onboardingPageConsentBody, required String onboardingPageConsentAgreePoint, required List<
String> onboardingPageConsentSupplementaryPoints, required String onboardingAppbarTryonPage, required String onboardingAppbarBestResultPage, required String onboardingAppbarConsentPage, required String imageSelectorUploadButton, required String imageSelectorChangeButton, required String imageSelectorPoweredByAiuta, required String imageSelectorProtectionPoint, required String loadingUploadingImage, required String loadingScanningBody, required String loadingGeneratingOutfit, required String historySelectorEnableButtonSelectAll, required String historySelectorEnableButtonUnselectAll, required String generationResultMoreTitle, required String generationResultMoreSubtitle, required String pickerSheetTakePhoto, required String pickerSheetChooseLibrary, required String uploadsHistorySheetPreviously, required String uploadsHistorySheetUploadNewButton, required String feedbackSheetSkip, required String feedbackSheetSend, required String feedbackSheetSendFeedback, required String feedbackSheetTitle, required List<String> feedbackSheetOptions, required String feedbackSheetExtraOption, required String feedbackSheetExtraOptionTitle, required String feedbackSheetGratitude, required String fitDisclaimerTitle, required String fitDisclaimerBody, required String dialogCameraPermissionTitle, required String dialogCameraPermissionDescription, required String dialogCameraPermissionConfirmButton, required String dialogInvalidImageDescription, required String addToWish, required String addToCart, required String cancel, required String close, required String tryOn, required String tryAgain, required String defaultErrorMessage}) - Creates a custom language configuration with the given parameters.
-
CustomLanguage.fromJson(Map<
String, dynamic> json) -
Creates a custom language configuration from the given JSON map.
factory
Properties
- addToCart → String
-
Add to cartfinal - addToWish → String
-
Wishlistfinal - appBarHistory → String
-
Historyfinal - appBarSelect → String
-
Selectfinal - appBarVirtualTryOn → String
-
Virtual Try-onfinal - cancel → String
-
Cancelfinal - close → String
-
Closefinal - defaultErrorMessage → String
-
Something went wrong. Please try again laterfinal - dialogCameraPermissionConfirmButton → String
-
Settingsfinal - dialogCameraPermissionDescription → String
-
Please allow access to the camera in the application settingsfinal - dialogCameraPermissionTitle → String
-
Camera permissionfinal - dialogInvalidImageDescription → String
-
We couldn’t detect anyone in this photofinal - feedbackSheetExtraOption → String
-
Otherfinal - feedbackSheetExtraOptionTitle → String
-
Tell us what we could improve?final - feedbackSheetGratitude → String
-
Thank you for your feedbackfinal -
feedbackSheetOptions
→ List<
String> -
This style isn’t for me The item looks off I look differentfinal - feedbackSheetSend → String
-
Sendfinal - feedbackSheetSendFeedback → String
-
Send feedbackfinal - feedbackSheetSkip → String
-
Skipfinal - feedbackSheetTitle → String
-
Can you tell us more?final - fitDisclaimerBody → String
-
Virtual try-on is a visualization tool that shows how items might look and may not perfectly represent how the item will fit in realityfinal - fitDisclaimerTitle → String
-
Results may vary from real-life fitfinal - generationResultMoreSubtitle → String
-
More for you to try onfinal - generationResultMoreTitle → String
-
You might also likefinal - hashCode → int
-
The hash code for this object.
no setterinherited
- historySelectorEnableButtonSelectAll → String
-
Select allfinal - historySelectorEnableButtonUnselectAll → String
-
Unselect allfinal - imageSelectorChangeButton → String
-
Change photofinal - imageSelectorPoweredByAiuta → String
-
Powered by Aiutafinal - imageSelectorProtectionPoint → String
-
Your photos are protected and visible only to youfinal - imageSelectorUploadButton → String
-
Upload a photo of youfinal - loadingGeneratingOutfit → String
-
Generating outfitfinal - loadingScanningBody → String
-
Scanning your bodyfinal - loadingUploadingImage → String
-
Uploading imagefinal - mode ↔ AiutaLanguageMode
-
Mode of the language configuration.
getter/setter pairinherited
- onboardingAppbarBestResultPage → String
-
<b>Step 2/3</b> - For best resultSupports HTML tags.final - onboardingAppbarConsentPage → String
-
<b>Step 3/3</b> - ConsentSupports HTML tags.final - onboardingAppbarTryonPage → String
-
<b>Step 1/3</b> - How it worksSupports HTML tags.final - onboardingButtonNext → String
-
Nextfinal - onboardingButtonStart → String
-
Startfinal - onboardingPageBestResultSubtopic → String
-
Use a photo with good lighting, stand straight a plain backgroundfinal - onboardingPageBestResultTopic → String
-
For best resultsfinal - onboardingPageConsentAgreePoint → String
-
I agree to allow YOUR_COMPANY to process my photofinal - onboardingPageConsentBody → String
-
In order to try on items digitally, you agree to allow YOUR_COMPANY to process your photo. Your data will be processed according to the YOUR_COMPANY <b><a href='PP_URL'>Privacy Notice</a></b> and <b><a href='TOS_URL'>Terms of Use.</a></b>final -
Further information ...Supports HTML tags.final -
onboardingPageConsentSupplementaryPoints
→ List<
String> -
I consent that my photo will be shown in the YOUR_COMPANY shopfinal - onboardingPageConsentTopic → String
-
Consentfinal - onboardingPageTryonSubtopic → String
-
Upload a photo and see how items look on youfinal - onboardingPageTryonTopic → String
-
Try on before buyingfinal - pickerSheetChooseLibrary → String
-
Choose from libraryfinal - pickerSheetTakePhoto → String
-
Take a photofinal - preOnboardingButton → String
-
Let’s startfinal - preOnboardingSubtitle → String
-
Welcome to our Virtual try-on. Try on the item directly on your photofinal - preOnboardingTitle → String
-
Try on youfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Sharefinal - tryAgain → String
-
Try againfinal - tryOn → String
-
Try onfinal - uploadsHistorySheetPreviously → String
-
Previously used photosfinal - uploadsHistorySheetUploadNewButton → String
-
+ Upload new photofinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts this object to a JSON map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited