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
* For example, set the value of this field to tags,customCoordinates,isPrivateFile,metadata to get value of tags, customCoordinates, isPrivateFile , and metadata in the response.
70
70
*/
71
71
responseFields?: string;
72
+
/*
73
+
* Object with array of extensions to be processed on the image.
74
+
*/
75
+
extensions?: object[];
76
+
/*
77
+
* Final status of pending extensions will be sent to this URL.
0 commit comments