Search Results for

    Show / Hide Table of Contents

    Class TranscribeService

    Inheritance
    object
    TranscribeService
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe.Services
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public sealed class TranscribeService

    Constructors

    | Edit this page View Source

    TranscribeService(AwsClient)

    Declaration
    public TranscribeService(AwsClient client)
    Parameters
    Type Name Description
    AwsClient client

    Properties

    | Edit this page View Source

    Jobs

    Declaration
    public TranscriptionJobService Jobs { get; }
    Property Value
    Type Description
    TranscriptionJobService
    | Edit this page View Source

    Vocabularies

    Declaration
    public VocabularyService Vocabularies { get; }
    Property Value
    Type Description
    VocabularyService
    | Edit this page View Source

    VocabularyFilters

    Declaration
    public VocabularyFilterService VocabularyFilters { get; }
    Property Value
    Type Description
    VocabularyFilterService

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation