Class: Google::Cloud::VisionAI::V1::VideoClassificationPredictionResult::IdentifiedClassification

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

Overview

Each IdentifiedClassification is one particular identification of an classification specified with the AnnotationSpec id and display_name, and the associated confidence score.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float



411
412
413
414
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 411

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

#display_name::String



411
412
413
414
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 411

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

#id::String



411
412
413
414
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 411

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