Skip to content

Issue on classifier_ids #3

Description

@reset-hard

issue on code when try to use other classifier_ids.
as IBM Documentation says:
https://cloud.ibm.com/docs/services/visual-recognition?topic=visual-recognition-getting-started-tutorial&programming_language=javascript

on app.js

need to change
from

  const classifyParams = {
    imagesFile: imageFile,
    classifier_ids: ['default'], // not working with 'food'
  };

to

  const classifyParams = {
    imagesFile: imageFile,
    classifierIds: ['default'], // working also with 'food'
  };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions