public sealed class ImageObjectDetectionPredictionParams : IMessage<ImageObjectDetectionPredictionParams>, IEquatable<ImageObjectDetectionPredictionParams>, IDeepCloneable<ImageObjectDetectionPredictionParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageObjectDetectionPredictionParams.
Prediction model parameters for Image Object Detection.
The Model only returns up to that many top, by confidence score,
predictions per instance. Note that number of returned predictions is also
limited by metadata's predictionsLimit. Default value is 10.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation details the `ImageObjectDetectionPredictionParams` class, which is part of the Cloud AI Platform v1beta1 API and used for setting parameters in image object detection prediction models."],["The `ImageObjectDetectionPredictionParams` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, providing methods for deep cloning, message handling, and equality checks."],["The class offers two constructors, one default and one that copies parameters from another `ImageObjectDetectionPredictionParams` instance."],["It includes properties like `ConfidenceThreshold` (a float representing the minimum confidence score for predictions) and `MaxPredictions` (an integer defining the maximum number of predictions returned per instance)."],["The documentation belongs to Version 1.0.0-beta02 of the API, and the latest version is 1.0.0-beta21, there is also 1.0.0-beta20 version available."]]],[]]