Class: Google::Cloud::VisionAI::V1::VertexAutoMLVideoConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::VertexAutoMLVideoConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message describing VertexAutoMLVideoConfig.
Instance Attribute Summary collapse
-
#blocked_labels ⇒ ::Array<::String>
Labels specified in this field won't be returned.
-
#bounding_box_size_limit ⇒ ::Float
Only Bounding Box whose size is larger than this limit will be returned.
-
#confidence_threshold ⇒ ::Float
Only entities with higher score than the threshold will be returned.
-
#max_predictions ⇒ ::Integer
At most this many predictions will be returned per output frame.
Instance Attribute Details
#blocked_labels ⇒ ::Array<::String>
Returns Labels specified in this field won't be returned.
1889 1890 1891 1892 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1889 class VertexAutoMLVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bounding_box_size_limit ⇒ ::Float
Returns 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.
1889 1890 1891 1892 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1889 class VertexAutoMLVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#confidence_threshold ⇒ ::Float
Returns Only entities with higher score than the threshold will be returned. Value 0.0 means returns all the detected entities.
1889 1890 1891 1892 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1889 class VertexAutoMLVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_predictions ⇒ ::Integer
Returns At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
1889 1890 1891 1892 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1889 class VertexAutoMLVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |