R/processors.R
get_versions_by_type.Rd
List versions of available processors of a given type
get_versions_by_type(
type,
proj_id = get_project_id(),
loc = "eu",
token = dai_token()
)
name of a processor type, e.g. "FORM_PARSER_PROCESSOR".
a GCS project id.
a two-letter region code; "eu" or "us".
an authentication token generated by
dai_auth()
or another auth function.
a message with the available version aliases and full names
if (FALSE) { # \dontrun{
get_versions_by_type("OCR_PROCESSOR")
} # }