interface InterpretTextOutput {
    textInterpretation: {
        keyPhrases?: KeyPhrases;
        language?: string;
        sentiment?: TextSentiment;
        syntax?: TextSyntax[];
        textEntities?: TextEntities[];
    };
}

Properties

textInterpretation: {
    keyPhrases?: KeyPhrases;
    language?: string;
    sentiment?: TextSentiment;
    syntax?: TextSyntax[];
    textEntities?: TextEntities[];
}

Type declaration