You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manifest/assertions-actions.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,17 +316,18 @@ The value of `digitalSourceType` is one of the URLs specified by the Internation
316
316
|---|---|
317
317
| algorithmicallyEnhanced | Minor augmentation or correction by algorithm. |
318
318
| algorithmicMedia | Media created purely by an algorithm not based on any sampled training data, e.g. an image created by software using a mathematical formula. |
319
+
| composite | Mix or composite of several elements, any of which may or may not be generative AI. |
319
320
| compositeCapture | Mix or composite of several elements that are all captures of real life. |
320
321
| compositeSynthetic | Mix or composite of several elements, at least one of which is synthetic. |
321
322
| compositeWithTrainedAlgorithmicMedia | The compositing of trained algorithmic media with some other media, such as with inpainting or outpainting operations. |
322
323
| dataDrivenMedia | Digital media representation of data via human programming or creativity. |
323
-
|digitalArt| Media created by a human using digital tools. |
324
+
|digitalCreation| Media created by a human using non-generative tools. Use instead of retired digitalArt code. |
324
325
| digitalCapture | The digital media is captured from a real-life source using a digital camera or digital recording device. |
325
-
|minorHumanEdits|Minor augmentation or correction by a human, such as a digitally-retouched photo used in a magazine. |
326
+
|humanEdits|Augmentation, correction or enhancement by one or more humans using non-generative tools. Use instead of retired minorHumanEdits code. |
326
327
| negativeFilm | The digital image was digitized from a negative on film or any other transparent medium. |
327
328
| positiveFilm | The digital image was digitized from a positive on a transparency or any other transparent medium. |
328
329
| print | The digital image was digitized from an image printed on a non-transparent medium. |
329
-
|softwareImage|The digital image was created by computer software. |
330
+
|screenCapture|A capture of the contents of the screen of a computer or mobile device. |
330
331
| trainedAlgorithmicMedia | Digital media created algorithmically using a model derived from sampled content. |
331
332
| virtualRecording | Live recording of virtual event based on synthetic and optionally captured elements. |
0 commit comments