Class ObjectMetadataList

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ObjectMetadataList
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ObjectMetadataList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
List of objects.
  • Constructor Details

    • ObjectMetadataList

      public ObjectMetadataList()
  • Method Details

    • getObjectCount

      public Long getObjectCount()
      Gets the objectCount.

      Number of unique named objects in the collection.

      Returns:
      the objectCount
    • getObjects

      public List<ObjectMetadata> getObjects()
      Gets the objects.

      The objects in the collection.

      Returns:
      the objects