interface IdentifyTextInput {
    text: {
        format?: "ALL" | "PLAIN" | "FORM" | "TABLE";
        source: IdentifySource;
    };
}

Properties

Properties

text: {
    format?: "ALL" | "PLAIN" | "FORM" | "TABLE";
    source: IdentifySource;
}

Type declaration

  • Optional format?: "ALL" | "PLAIN" | "FORM" | "TABLE"
  • source: IdentifySource