All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.platform.operation.internal.cpf.constants.CPFConstants Maven / Gradle / Ivy

The newest version!
package com.adobe.platform.operation.internal.cpf.constants;

public class CPFConstants {

    public static final String PAPI_MULTIPART_OUTPUT_OCTET_STREAM_CONTENT_TYPE = "application/octet-stream";

    public static final String PAPI_OUTPUT_CONTENT_ANALYZER_RESPONSE_KEY = "contentAnalyzerResponse";
    public static final String PAPI_MULTIPART_OUTPUT_CONTENT_DISPOSITION_HEADER_KEY = "Content-Disposition";
    public static final String PAPI_MULTIPART_OUTPUT_CONTENT_DISPOSITION_CONTENT_NAME_DELIMINATOR = "name";

    // Extract PDF Engine specific CPF constants
    public static class ExtractPDF {
        public static final String PAPI_OUTPUT_EXTRACTED_JSON_KEY = "jsonoutput";
        public static final String PAPI_OUTPUT_EXTRACTED_RENDITION_KEY = "fileoutpart";
        public static final String PAPI_CHAIN_ASSET_ID = "urn:aaid:cpf:58af6e2c-1f0c-400d-9188-078000185695";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy