Type alias AiObjectDetectionInput

AiObjectDetectionInput: {
    image: number[];
}

Type declaration

  • image: number[]