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 `FileInputSource` class, part of the Google Cloud Translation v3 API, represents an inlined file for translation and is in the `Google.Cloud.Translate.V3` namespace."],["The most recent version of `FileInputSource` is 3.9.0, while the currently documented version is 3.4.0, and there are 12 different documented versions, including those mentioned."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cFileInputSource\u003e`, `IDeepCloneable\u003cFileInputSource\u003e`, and `IBufferMessage`."],["`FileInputSource` has properties for `Content` (file's byte contents), `DisplayName` (file's display name), and `MimeType` (file's mime type), all required fields."],["The class has two constructors: a default constructor and a constructor that takes another `FileInputSource` object as a parameter."]]],[]]