Voting helps other researchers find interesting modules.
Each SubSet contains LocalDescriptors of a specific type. The type indicates which algorithm has been used to generate the descriptors. No enum is defined for the descriptor_type. For most applications it is sufficient to know if two descriptors are of the same or a different type, while ignoring the details of their generation. The descriptor type '0' is reserved and must not be used.
descriptor
list(GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecLocalDescriptor.t)
nil
descriptorType
integer()
isBinaryDescriptor
boolean()
numDescriptors
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecImageTemplateSubSet{ descriptor: [ GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecLocalDescriptor.t() ] | nil, descriptorType: integer() | nil, isBinaryDescriptor: boolean() | nil, numDescriptors: integer() | nil }
@spec decode(struct(), keyword()) :: struct()