StreamWithAnnotation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message describing Vision AI stream with application specific annotations. All the StreamAnnotation object inside this message MUST have unique id.
Attributes |
|
---|---|
Name | Description |
stream |
str
Vision AI Stream resource name. |
application_annotations |
MutableSequence[google.cloud.visionai_v1alpha1.types.StreamAnnotation]
Annotations that will be applied to the whole application. |
node_annotations |
MutableSequence[google.cloud.visionai_v1alpha1.types.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. |
Classes
NodeAnnotation
NodeAnnotation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message describing annotations specific to application node.