Skip to content

[Feature request] Add a method 'set_intent' to the Builder #168

Description

@fwanderse

Describe the feature
The Builder lacks a method that calls the underlying API method 'c2pa_builder_set_intent'.

The underlying API may be called directly, for example like this:

c2pa_builder_set_intent(builder.c2pa_builder(), Create, CompositeWithTrainedAlgorithmicMedia);

However, it would be nice to have a method on the Builder implementing this API call.

Is your feature request related to a problem?
Yes, we need to set the intent with digital source type on the builder when creating a manifest for a new asset file.

Describe alternatives you've considered
N/A

Additional context
We are currently using the vNext branch of the c2pa-c SDK for an implementation of C2PA support in our products.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions