Class: Google::Cloud::VideoIntelligence::V1::DetectedLandmark

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/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

#confidenceFloat

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

Returns:

  • (Float)

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



358
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 358

class DetectedLandmark; end

#nameString

Returns The name of this landmark, i.e. left_hand, right_shoulder.

Returns:

  • (String)

    The name of this landmark, i.e. left_hand, right_shoulder.



358
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 358

class DetectedLandmark; end

#pointGoogle::Cloud::VideoIntelligence::V1::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:



358
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 358

class DetectedLandmark; end