@aws-amplify/graphql-predictions-transformer
Version:
Amplify GraphQL @predictions transformer
11 lines • 735 B
TypeScript
export declare const PREDICTIONS_DIRECTIVE_STACK = "PredictionsDirectiveStack";
export declare const identifyEntities = "identifyEntities";
export declare const identifyText = "identifyText";
export declare const identifyLabels = "identifyLabels";
export declare const translateText = "translateText";
export declare const convertTextToSpeech = "convertTextToSpeech";
export declare const identifyTextAmzTarget = "RekognitionService.DetectText";
export declare const identifyLabelsAmzTarget = "RekognitionService.DetectLabels";
export declare const translateTextAmzTarget = "AWSShineFrontendService_20170701.TranslateText";
export declare const amzJsonContentType = "application/x-amz-json-1.1";
//# sourceMappingURL=constants.d.ts.map