[[["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-21 UTC."],[[["The `LatLongRect` class defines a rectangle using minimum and maximum latitude/longitude pairs, utilized within the Google Cloud Vision API."],["This class is part of the `Google.Cloud.Vision.V1` namespace and is available in the `Google.Cloud.Vision.V1.dll` assembly."],["`LatLongRect` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like deep cloning and protocol buffer messaging."],["The latest version of this API is 3.7.0, with the provided documentation also covering prior versions down to version 2.3.0, indicating ongoing updates and compatibility across these versions."],["It contains two main properties, `MaxLatLng` and `MinLatLng`, both of which are `LatLng` type properties, used to define the boundaries of the rectangle, along with two constructors: a default one and one taking another LatLongRect to create a copy."]]],[]]