client

package
v0.0.1-beta.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 4 Imported by: 0

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

func New

func New(config *glair.Config) *Client

New instatiates a client instance with the provided configuration and return a pointer to the new client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL