(analyze-document &
{:keys [document feature-types human-loop-config]
:as analyze-document-request})
(detect-document-text & {:keys [document] :as detect-document-text-request})
(get-document-analysis &
{:keys [job-id max-results next-token]
:as get-document-analysis-request})
(get-document-text-detection &
{:keys [job-id max-results next-token]
:as get-document-text-detection-request})
(start-document-analysis &
{:keys [client-request-token document-location
feature-types job-tag kms-key-id
notification-channel output-config]
:as start-document-analysis-request})
(start-document-text-detection &
{:keys [client-request-token document-location
job-tag kms-key-id notification-channel
output-config]
:as start-document-text-detection-request})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close