interface ContextObject {
    general?: ContextGeneralItem[];
    terms?: string[];
    text?: string;
    translationTerms?: ContextTranslationTerm[];
}

Properties

general?: ContextGeneralItem[]

Context key-value pairs.

terms?: string[]

Terms to bias recognition toward.

text?: string

Free-form text context.

translationTerms?: ContextTranslationTerm[]

Translation-specific source/target term pairs.