1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# Change History
## Additive Changes
### New Funcs
1. Domain.MarshalJSON() ([]byte, error)
1. Export.MarshalJSON() ([]byte, error)
1. Image.MarshalJSON() ([]byte, error)
1. ImageCreateResult.MarshalJSON() ([]byte, error)
1. ImageCreateSummary.MarshalJSON() ([]byte, error)
1. ImagePerformance.MarshalJSON() ([]byte, error)
1. ImagePrediction.MarshalJSON() ([]byte, error)
1. ImageRegionProposal.MarshalJSON() ([]byte, error)
1. ImageTag.MarshalJSON() ([]byte, error)
1. IterationPerformance.MarshalJSON() ([]byte, error)
1. Prediction.MarshalJSON() ([]byte, error)
1. PredictionQueryResult.MarshalJSON() ([]byte, error)
1. PredictionQueryTag.MarshalJSON() ([]byte, error)
1. RegionProposal.MarshalJSON() ([]byte, error)
1. StoredImagePrediction.MarshalJSON() ([]byte, error)
1. TagPerformance.MarshalJSON() ([]byte, error)
|