Learn R Programming

daiR (version 1.0.0)

get_processor_versions: List available versions of processor

Description

List available versions of processor

Usage

get_processor_versions(
  proc_id,
  proj_id = get_project_id(),
  loc = "eu",
  token = dai_token()
)

Value

a dataframe.

Arguments

proc_id

a Document AI processor id.

proj_id

a GCS project id.

loc

a two-letter region code; "eu" or "us".

token

an authentication token generated by dai_auth() or another auth function.

Examples

Run this code
if (FALSE) {
df <- get_processor_versions()

df <- get_processor_versions(proc_id = get_processors()$id[1])
}

Run the code above in your browser using DataLab