| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
ImagePlayground.AddConcept
Adds a concept.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| ImagePlayground | 15.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "ImagePlayground.AddConcept"; Text ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Text | Suitable for short strings, like single words or brief sentences. The system will try to add this string to the playground in order to use it as input prompt to the generation models. However, if the string exceeds the maximimum length supported by the models, it might decide to shorten it by extracting important or interesting concepts and use those as input prompts. |
"cat" |
Result
Returns OK or error.
Description
Adds a concept.Builds a playground concept by parsing a short text that describes the contents of the image.
Examples
Add concept:
Set Variable [ $r ; Value: MBS("ImagePlayground.AddConcept"; "Cat") ]
See also
- ImagePlayground.ClearConcepts
- ImagePlayground.ConceptCount
- ImagePlayground.Create
- ImagePlayground.Present
Example Databases
Blog Entries
This function checks for a license.
Created 15th December 2024, last changed 15th December 2024
ImagePicker.WriteVideoToSavedPhotosAlbum - ImagePlayground.AddExtractedConcept
MarkDown version: ImagePlaygroundAddConcept.md