Class: Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityTrack::RecognizedCelebrity

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

The recognized celebrity with confidence score.

Instance Attribute Summary collapse

Instance Attribute Details

#celebrity::Google::Cloud::VideoIntelligence::V1p3beta1::Celebrity

Returns The recognized celebrity.

Returns:



445
446
447
448
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 445

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

#confidence::Float

Returns Recognition confidence. Range [0, 1].

Returns:

  • (::Float)

    Recognition confidence. Range [0, 1].



445
446
447
448
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 445

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