Documentation ¶
Overview ¶
Package client provides API client that can be used to interact with GLAIR Vision products
Generally, this is the only package that you need to interact with GLAIR Vision API outside the needed definitions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // Config provides basic configurations that are used to interact when // calling the GLAIR Vision API Config *glair.Config // Ocr provides API interface to interact with GLAIR Vision OCR API Ocr *ocr.OCR // FaceBio provides API interface to interact with GLAIR Vision face // biometrics API FaceBio *face.FaceBio // FaceBio provides API interface to interact with GLAIR Vision // identity verification API Identity *identity.Identity }
Client provides API to interact with GLAIR Vision products
Click to show internal directories.
Click to hide internal directories.