VertexAutoMLVideoConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message describing VertexAutoMLVideoConfig.
Attributes |
|
---|---|
Name | Description |
confidence_threshold |
float
Only entities with higher score than the threshold will be returned. Value 0.0 means returns all the detected entities. |
blocked_labels |
MutableSequence[str]
Labels specified in this field won't be returned. |
max_predictions |
int
At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities. |
bounding_box_size_limit |
float
Only Bounding Box whose size is larger than this limit will be returned. Object Tracking only. Value 0.0 means to return all the detected entities. |