get_ids_by_type | R Documentation |
List ids of available processors of a given type
get_ids_by_type(
type,
proj_id = get_project_id(),
loc = "eu",
token = dai_token()
)
type |
name of a processor type, e.g. "FORM_PARSER_PROCESSOR". |
proj_id |
a GCS project id. |
loc |
a two-letter region code; "eu" or "us". |
token |
an authentication token generated by
|
a vector of processor ids.
## Not run:
get_ids_by_type("OCR_PROCESSOR")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.