Class AreaOfInterestResult


  • public class AreaOfInterestResult
    extends Object
    Result of AreaOfInterest operation.
    • Constructor Detail

      • AreaOfInterestResult

        public AreaOfInterestResult()
    • Method Detail

      • areaOfInterest

        public BoundingRect areaOfInterest()
        Get the areaOfInterest value.
        Returns:
        the areaOfInterest value
      • requestId

        public String requestId()
        Get the requestId value.
        Returns:
        the requestId value
      • withRequestId

        public AreaOfInterestResult withRequestId​(String requestId)
        Set the requestId value.
        Parameters:
        requestId - the requestId value to set
        Returns:
        the AreaOfInterestResult object itself.
      • metadata

        public ImageMetadata metadata()
        Get the metadata value.
        Returns:
        the metadata value
      • withMetadata

        public AreaOfInterestResult withMetadata​(ImageMetadata metadata)
        Set the metadata value.
        Parameters:
        metadata - the metadata value to set
        Returns:
        the AreaOfInterestResult object itself.
      • modelVersion

        public String modelVersion()
        Get the modelVersion value.
        Returns:
        the modelVersion value
      • withModelVersion

        public AreaOfInterestResult withModelVersion​(String modelVersion)
        Set the modelVersion value.
        Parameters:
        modelVersion - the modelVersion value to set
        Returns:
        the AreaOfInterestResult object itself.