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."],[[["This webpage provides documentation for the `FileInputSource` class within the Google Cloud Translation v3 API, offering details on its structure and functionality."],["`FileInputSource` is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also inherits members from the base `object` class."],["The documentation lists multiple versions of the Google Cloud Translation v3 API, starting from version 2.2.0 up to the latest version 3.9.0, highlighting version 3.8.0 as the current version on display."],["The `FileInputSource` class includes properties such as `Content` (file's byte contents), `DisplayName` (file's display name), and `MimeType` (file's mime type), each described with its respective data type and purpose."],["The documentation provides the public constructors `FileInputSource()` and `FileInputSource(FileInputSource other)` which are used to initialize the class objects."]]],[]]