UNPKG

image-classifier-ts

Version:

Command line tool to auto-classify images, renaming them with appropriate labels. Uses Node and Google Vision API.

5 lines (4 loc) 223 B
export declare namespace NameGeneratorUtil { function generateNameFromTokens(mapTokenToValue: Map<string, string>, format: string, description: string): string; function getTokenWithBraces(token: string): string; }