public sealed class SrtOutputFileFormatConfig : IMessage<SrtOutputFileFormatConfig>, IEquatable<SrtOutputFileFormatConfig>, IDeepCloneable<SrtOutputFileFormatConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class SrtOutputFileFormatConfig.
Output configurations SubRip
Text
formatted subtitle file.
[[["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 `SrtOutputFileFormatConfig` class in the Cloud Speech-to-Text v2 API manages the configuration for outputting subtitle files in the SubRip Text (SRT) format."],["This class is found within the `Google.Cloud.Speech.V2` namespace and is part of the `Google.Cloud.Speech.V2.dll` assembly."],["The `SrtOutputFileFormatConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its role within the protobuf system."],["The class inherits from `object` and provides two constructors, one default and one for creating a copy of another `SrtOutputFileFormatConfig` object."],["Version 1.4.0 is the latest version of the `SrtOutputFileFormatConfig`, with the other versions being 1.0.0, 1.1.0, 1.2.0, and 1.3.0."]]],[]]