dips.SetEntityOptionsVal module#

Generated wrapper for SetEntityOptions protobuf message.

class dips.SetEntityOptionsVal.SetEntityOptionsVal(plane_options: PlaneOptionsVal | None = None, confidence_cone_color: ColorSurrogateVal | None = None, variability_cone_color: ColorSurrogateVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for SetEntityOptions with Pythonic getters and setters.

property confidence_cone_color: ColorSurrogateVal#

Get the ConfidenceConeColor field as a wrapper.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property plane_options: PlaneOptionsVal#

Get the PlaneOptions field as a wrapper.

property show_confidence_cones: bool#

Get the ShowConfidenceCones field value.

property show_variability_cones: bool#

Get the ShowVariabilityCones field value.

to_proto()#

Get the underlying protobuf message.

property variability_cone_color: ColorSurrogateVal#

Get the VariabilityConeColor field as a wrapper.