Class: Google::Cloud::VideoIntelligence::V1p3beta1::DetectedLandmark

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

Overview

A generic detected landmark represented by name in string format and a 2D location.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns The confidence score of the detected landmark. Range [0, 1].

Returns:

  • (::Float)

    The confidence score of the detected landmark. Range [0, 1].



473
474
475
476
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 473

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

#name::String

Returns The name of this landmark, for example, left_hand, right_shoulder.

Returns:

  • (::String)

    The name of this landmark, for example, left_hand, right_shoulder.



473
474
475
476
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 473

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

#point::Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedVertex

Returns The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1.

Returns:



473
474
475
476
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 473

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