ParseImageInputMetadataEntry
Key/Value pair to describe a customer parseImage request ID. This is where a customer can include any informatino about the image they're uploading that will be saved along with the results of the image parsing. This is where unique label ids should be passed in, along with any other ids that are relevant for billing / debugging purposes.
input ParseImageInputMetadataEntry {
key: String!
value: String!
}
Fields
ParseImageInputMetadataEntry.key ● String! non-null scalar
ParseImageInputMetadataEntry.value ● String! non-null scalar
Member Of
ParseImageInput input