Search Results for

    Show / Hide Table of Contents

    Class Media

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

    Properties

    | Edit this page View Source

    MediaFileUri

    Optional. The Amazon S3 location of the media file you want to transcribe. For example:

    s3://DOC-EXAMPLE-BUCKET/my-media-file.flac s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac

    Note that the Amazon S3 bucket that contains your input media must be located in the same AWS Region where you're making your transcription request.

    Declaration
    public string MediaFileUri { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RedactedMediaFileUri

    Optional. The Amazon S3 location of the media file you want to redact. For example:

    s3://DOC-EXAMPLE-BUCKET/my-media-file.flac s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac

    Note that the Amazon S3 bucket that contains your input media must be located in the same AWS Region where you're making your transcription request.

    Important: RedactedMediaFileUri produces a redacted audio file in addition to a redacted transcript. It is only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.

    Declaration
    public string RedactedMediaFileUri { get; set; }
    Property Value
    Type Description
    string

    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