public sealed class SpeechTranscription : IMessage<SpeechTranscription>, IEquatable<SpeechTranscription>, IDeepCloneable<SpeechTranscription>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class SpeechTranscription.
A speech recognition result corresponding to a portion of the audio.
public RepeatedField<SpeechRecognitionAlternative> Alternatives { get; }
May contain one or more recognition hypotheses (up to the maximum specified
in max_alternatives). These alternatives are ordered in terms of
accuracy, with the top (first) alternative being the most probable, as
ranked by the recognizer.
Output only. The BCP-47
language tag of the language in this result. This language code was
detected to have the most likelihood of being spoken in the audio.
[[["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 `SpeechTranscription` class is part of the Google Cloud Video Intelligence v1 API, specifically within the `Google.Cloud.VideoIntelligence.V1` namespace."],["This class represents a speech recognition result from a portion of audio and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SpeechTranscription` class contains properties such as `Alternatives`, which holds multiple speech recognition hypotheses ordered by accuracy, and `LanguageCode`, indicating the detected language of the audio."],["There are multiple versions of the Video Intelligence API available, ranging from 2.2.0 to 3.4.0, with 3.4.0 being the latest version."],["The `SpeechTranscription` class has two constructors: a default constructor and one that takes another `SpeechTranscription` object as a parameter for copying."]]],[]]