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 latest version available for `InputConfig` within the `Google.Cloud.Vision.V1` namespace is version 3.7.0, and there are versions available ranging back to 2.3.0."],["`InputConfig` is a sealed class representing the desired input location and metadata for use in Google Cloud Vision API, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`InputConfig` includes properties such as `Content`, which represents the file content as a stream of bytes, `GcsSource`, which specifies the Google Cloud Storage location, and `MimeType`, which defines the file type."],["The `InputConfig` class has two constructors: one default and the other accepting another `InputConfig` instance as a parameter."],["`InputConfig` inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]