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.
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.