public sealed class ImageClassificationPredictionInstance : IMessage<ImageClassificationPredictionInstance>, IEquatable<ImageClassificationPredictionInstance>, IDeepCloneable<ImageClassificationPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageClassificationPredictionInstance.
[[["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."],[[["The `ImageClassificationPredictionInstance` class is part of the Cloud AI Platform v1beta1 API and serves as the prediction input format for image classification."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The `ImageClassificationPredictionInstance` class has two constructors, one default and another that takes an existing `ImageClassificationPredictionInstance` object."],["It includes two key properties, `Content`, which specifies the image data or its Cloud Storage URI, and `MimeType`, which defines the content's MIME type, with specific types being supported such as image/jpeg and image/png."],["The latest version of the `ImageClassificationPredictionInstance` class is 1.0.0-beta21, with 1.0.0-beta20 also being available."]]],[]]