Search Results for

    Show / Hide Table of Contents

    Class TranscriptFilter

    Inheritance
    object
    TranscriptFilter
    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 TranscriptFilter

    Properties

    | Edit this page View Source

    AbsoluteTimeRange

    Optional. Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See AbsoluteTimeRange for more detail.

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

    Negate

    Optional. Set to TRUE to flag the absence of the phrase that you specified in your request. Set to FALSE to flag the presence of the phrase that you specified in your request.

    Declaration
    public bool? Negate { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ParticipantRole

    Optional. Specify the participant that you want to flag. Omitting this parameter is equivalent to specifying both participants.

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

    RelativeTimeRange

    Optional. Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See RelativeTimeRange for more detail.

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

    Targets

    Required. Specify the phrases that you want to flag.

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

    TranscriptFilterType

    Required. Flag the presence or absence of an exact match to the phrases that you specify. For example, if you specify the phrase "speak to a manager" as your Targets value, only that exact phrase is flagged.

    Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.

    Declaration
    public string TranscriptFilterType { 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