Class VisionClient

A gRPC-web client for a Vision service.

Implements

  • Vision

Constructors

Properties

client: VisionServiceClient
name: string
options: Options

Accessors

  • get service(): VisionServiceClient
  • Returns VisionServiceClient

Methods

  • Parameters

    • extra: {} = {}

      Returns Promise<{
          classificationsSupported: boolean;
          detectionsSupported: boolean;
          objectPointCloudsSupported: boolean;
      }>

    Generated using TypeDoc