public sealed class GetProductRequest : IMessage<GetProductRequest>, IEquatable<GetProductRequest>, IDeepCloneable<GetProductRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class GetProductRequest.
[[["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-17 UTC."],[[["This webpage provides documentation for the `GetProductRequest` class within the Google Cloud Vision v1 API, which is used to request a product using the `GetProduct` method."],["The `GetProductRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like comparison, deep cloning, and message handling."],["The documentation lists all available versions of `GetProductRequest` class, starting from version 2.3.0 up to the latest 3.7.0, with a dropdown of all the available versions, and providing direct links to each."],["The class has two constructors: one default and one that takes another `GetProductRequest` object as a parameter for copying, along with two key properties, `Name` and `ProductName`, and some inherited methods."]]],[]]