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-02 UTC."],[[["This documentation covers the `ImageObjectDetectionPredictionParams` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta11."],["`ImageObjectDetectionPredictionParams` is designed for setting parameters for image object detection prediction models, as a subclass of `object` it also inherits properties from the base class."],["The class includes two constructors: a default constructor and one that takes another `ImageObjectDetectionPredictionParams` object as a parameter for copying."],["It offers two properties to customize prediction behavior: `ConfidenceThreshold`, which sets the minimum confidence score for predictions to be returned, and `MaxPredictions`, which limits the maximum number of predictions returned."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which suggests it's designed for use within the Protobuf framework and to be easily compared, cloned, and serialized."]]],[]]