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-03-25 UTC."],[[["This documentation covers the `ImageObjectDetectionPredictionParams` class, which is part of the Cloud AI Platform v1beta1 API and used for defining prediction parameters for image object detection."],["The class is implemented as `public sealed` and inherits from `object`, while also implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["Two constructors are available: a default constructor, `ImageObjectDetectionPredictionParams()`, and another that allows cloning from an existing `ImageObjectDetectionPredictionParams` object."],["The class contains two key properties, `ConfidenceThreshold` and `MaxPredictions`, that allow configuration of the model's prediction behavior by setting the minimum confidence score for predictions and limiting the maximum number of predictions returned, respectively."],["This specific version is part of the beta releases of the library, which includes versions 1.0.0-beta21 as the latest and 1.0.0-beta20, with the document referencing version 1.0.0-beta09."]]],[]]