Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::ImageObjectDetectionPredictionResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_object_detection.rb

Overview

Prediction output format for Image Object Detection.

Instance Attribute Summary collapse

Instance Attribute Details

#bboxes::Array<::Google::Protobuf::ListValue>



48
49
50
51
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_object_detection.rb', line 48

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

#confidences::Array<::Float>



48
49
50
51
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_object_detection.rb', line 48

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

#display_names::Array<::String>



48
49
50
51
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_object_detection.rb', line 48

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

#ids::Array<::Integer>



48
49
50
51
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_object_detection.rb', line 48

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