public sealed class AnnotateFileResponse : IMessage<AnnotateFileResponse>, IEquatable<AnnotateFileResponse>, IDeepCloneable<AnnotateFileResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class AnnotateFileResponse.
Response to a single file annotation request. A file may contain one or more
images, which individually have their own responses.
[[["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."],[[["The `AnnotateFileResponse` class in the Google Cloud Vision v1 API is used to provide responses for file annotation requests, which can contain multiple images with individual responses."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and protocol buffer message handling."],["`AnnotateFileResponse` includes properties like `Error`, `InputConfig`, `Responses`, and `TotalPages`, providing details about request failures, input file information, individual image responses, and total page count."],["The latest version of this class available is 3.7.0, but multiple versions of the documentation are also accessible, such as the currently viewed 3.5.0."],["There are two different constructors for `AnnotateFileResponse`, one default and one that takes in an `AnnotateFileResponse` object."]]],[]]