Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class StreamWithAnnotation.
Message describing Vision AI stream with application specific annotations.
All the StreamAnnotation object inside this message MUST have unique id.
Generated from protobuf message google.cloud.visionai.v1.StreamWithAnnotation
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ stream
string
Vision AI Stream resource name.
↳ application_annotations
↳ node_annotations
array< StreamWithAnnotation\NodeAnnotation
>
Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.
getStream
Vision AI Stream resource name.
string
setStream
Vision AI Stream resource name.
var
string
$this
getApplicationAnnotations
Annotations that will be applied to the whole application.
setApplicationAnnotations
Annotations that will be applied to the whole application.
$this
getNodeAnnotations
Annotations that will be applied to the specific node of the application.
If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.
setNodeAnnotations
Annotations that will be applied to the specific node of the application.
If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.
$this

