DocumentMetadata

public class DocumentMetadata

Use this class to pass additional information for a document when uploading it to the Gini API.

Besides the predefined metadata fields you may also add custom fields.

Constructors

DocumentMetadata
Link copied to clipboard
void DocumentMetadata()
Create a new instance.

Functions

add
Link copied to clipboard
void add(@NonNull() String name, @NonNull() String value)
Add a custom metadata field.
setBranchId
Link copied to clipboard
void setBranchId(@NonNull() String branchId)
Set a branch identifier to associate the document with a particular branch.