Class: Google::Cloud::VideoIntelligence::V1::Track

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb

Overview

A track of an object instance.

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array<::Google::Cloud::VideoIntelligence::V1::DetectedAttribute>

Returns Optional. Attributes in the track level.

Returns:



459
460
461
462
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 459

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

#confidence::Float

Returns Optional. The confidence score of the tracked object.

Returns:

  • (::Float)

    Optional. The confidence score of the tracked object.



459
460
461
462
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 459

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

#segment::Google::Cloud::VideoIntelligence::V1::VideoSegment

Returns Video segment of a track.

Returns:



459
460
461
462
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 459

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

#timestamped_objects::Array<::Google::Cloud::VideoIntelligence::V1::TimestampedObject>

Returns The object with timestamp and attributes per frame in the track.

Returns:



459
460
461
462
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 459

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