public sealed class AnnotateFileRequest : IMessage<AnnotateFileRequest>, IEquatable<AnnotateFileRequest>, IDeepCloneable<AnnotateFileRequest>, IBufferMessage, IMessage
A request to annotate one single file, e.g. a PDF, TIFF or GIF file.
[[["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 document provides detailed information about the `AnnotateFileRequest` class within the `Google.Cloud.Vision.V1` namespace for version 2.3.0, which is used to request annotations for single files like PDFs, TIFFs, or GIFs."],["The `AnnotateFileRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes properties like `Features` (requested annotation types), `ImageContext` (additional context for the image), `InputConfig` (details about the input file), and `Pages` (specifying which pages to annotate, supporting negative indexing and limited to 5 pages per request)."],["Constructors for `AnnotateFileRequest` include a default constructor and one that takes another `AnnotateFileRequest` object as a parameter, and also it features inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The provided version history lists available documentation for the `AnnotateFileRequest` class from version 2.3.0 up to the latest version, 3.7.0, within the Google.Cloud.Vision.V1 package."]]],[]]