Type alias AiTextClassificationInput

AiTextClassificationInput: {
    text: string;
}

Type declaration

  • text: string