Method: Google::Cloud::VideoIntelligence::V1p3beta1::Track#confidence

Defined in:
proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb

#confidence::Float

Returns Optional. The confidence score of the tracked object.

Returns:

  • (::Float)

    Optional. The confidence score of the tracked object.



385
386
387
388
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 385

class Track
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end