public sealed class FileInputSource : IMessage<FileInputSource>, IEquatable<FileInputSource>, IDeepCloneable<FileInputSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class FileInputSource.
[[["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-03-21 UTC."],[[["The page provides documentation for the `FileInputSource` class within the Google Cloud Translation v3 API, covering versions from 2.2.0 up to the latest 3.9.0."],["`FileInputSource` is a class representing an inlined file used in the Google Cloud Translation v3 API, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `FileInputSource()` and another that accepts a `FileInputSource` object, shown as `FileInputSource(FileInputSource other)`."],["`FileInputSource` class has three main properties: `Content` which is a ByteString, `DisplayName`, and `MimeType`, all of which are mandatory for a file."],["The `FileInputSource` class inherits from `object` and can utilize methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]