File content, represented as a stream of bytes.
Note: As with all bytes fields, protobuffers use a pure binary
representation, whereas JSON representations use base64.
Currently, this field only works for BatchAnnotateFiles requests. It does
not work for AsyncBatchAnnotateFiles requests.
[[["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 details the `InputConfig` class, specifically version 2.4.0, within the Google Cloud Vision V1 library for .NET."],["`InputConfig` is a sealed class designed to represent the desired input location and metadata for vision processing, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `InputConfig()` and a copy constructor `InputConfig(InputConfig other)`."],["`InputConfig` has properties for `Content` (file content as bytes), `GcsSource` (Google Cloud Storage location), and `MimeType` (the type of file such as \"application/pdf\")."],["There are several previous versions available of this object, with the latest being 3.7.0."]]],[]]