Interface IdentifyTextInput
interface IdentifyTextInput { text: { format?: "ALL" | "PLAIN" | "FORM" | "TABLE"; source: IdentifySource; }; } Properties
text
text: { format?: "ALL" | "PLAIN" | "FORM" | "TABLE"; source: IdentifySource; } Type declaration
Optional
format?: "ALL" | "PLAIN" | "FORM" | "TABLE"