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."],[[["The `InputConfig` class is used to define the desired input location and metadata for vision processing operations, with version 2.3.0 being the version of the document."],["This class inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, a default `InputConfig()` and one that accepts another `InputConfig` instance as a parameter, `InputConfig(InputConfig other)`."],["The `InputConfig` class includes properties like `Content`, `GcsSource`, and `MimeType` to specify the input file's content, its Google Cloud Storage location, and its file type respectively."],["The documentation shows the existence of several other versions of the `InputConfig` class ranging from 2.3.0 to 3.7.0 with 3.7.0 being the latest version."]]],[]]