Google Cloud Vision Ai V1 Client - Class StreamAnnotationType (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class StreamAnnotationType.

Enum describing all possible types of a stream annotation.

Protobuf type google.cloud.visionai.v1.StreamAnnotationType

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STREAM_ANNOTATION_TYPE_UNSPECIFIED

Value: 0

Type UNSPECIFIED.

Generated from protobuf enum STREAM_ANNOTATION_TYPE_UNSPECIFIED = 0;

STREAM_ANNOTATION_TYPE_ACTIVE_ZONE

Value: 1

active_zone annotation defines a polygon on top of the content from an image/video based stream, following processing will only focus on the content inside the active zone.

Generated from protobuf enum STREAM_ANNOTATION_TYPE_ACTIVE_ZONE = 1;

STREAM_ANNOTATION_TYPE_CROSSING_LINE

Value: 2

crossing_line annotation defines a polyline on top of the content from an image/video based Vision AI stream, events happening across the line will be captured. For example, the counts of people who goes acroos the line in Occupancy Analytic Processor.

Generated from protobuf enum STREAM_ANNOTATION_TYPE_CROSSING_LINE = 2;