Documentation ¶
Overview ¶
Package viscapture implements VisCapture struct returned by the CaptureAllFromCamera vision service method
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptureOptions ¶
type CaptureOptions struct { ReturnImage bool ReturnDetections bool ReturnClassifications bool ReturnObject bool }
CaptureOptions is a struct to configure CaptureAllFromCamera request.s.
type VisCapture ¶
type VisCapture struct { Image image.Image Detections []objectdetection.Detection Classifications classification.Classifications Objects []*vision.Object }
VisCapture is a struct providing bundled capture of vision objects.
Click to show internal directories.
Click to hide internal directories.