Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This content describes classes and annotations related to image processing in the context of vision APIs.
It lists InputImage.ImageFormat as an accepted image format for vision APIs.
It provides details on classes such as InputImage (representing an image object), PointF3D (representing a 3D point), and Triangle (representing a triangle with 3 generic points).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The content outlines image processing components for vision APIs. `InputImage.ImageFormat` specifies the accepted image formats. The `InputImage` class represents an image object. `PointF3D` defines a three-dimensional point. Lastly, `Triangle` represents a triangle object consisting of three generic points, where the points are defined using the generic type T that extends Object.\n"]]