Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::VertexAutoMLVideoConfig.
Message describing VertexAutoMLVideoConfig.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#blocked_labels
def blocked_labels() -> ::Array<::String>
Returns
- (::Array<::String>) — Labels specified in this field won't be returned.
#blocked_labels=
def blocked_labels=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Labels specified in this field won't be returned.
Returns
- (::Array<::String>) — Labels specified in this field won't be returned.
#bounding_box_size_limit
def bounding_box_size_limit() -> ::Float
Returns
- (::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.
#bounding_box_size_limit=
def bounding_box_size_limit=(value) -> ::Float
Parameter
- value (::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.
Returns
- (::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.
#confidence_threshold
def confidence_threshold() -> ::Float
Returns
- (::Float) — Only entities with higher score than the threshold will be returned. Value 0.0 means returns all the detected entities.
#confidence_threshold=
def confidence_threshold=(value) -> ::Float
Parameter
- value (::Float) — Only entities with higher score than the threshold will be returned. Value 0.0 means returns all the detected entities.
Returns
- (::Float) — Only entities with higher score than the threshold will be returned. Value 0.0 means returns all the detected entities.
#max_predictions
def max_predictions() -> ::Integer
Returns
- (::Integer) — At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
#max_predictions=
def max_predictions=(value) -> ::Integer
Parameter
- value (::Integer) — At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
Returns
- (::Integer) — At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.