export const meta = { title: `Label objects in image`, description: `Learn more about how to detect labels in an image using Amplify. For example you can detect if an image has objects such as chairs, desks etc.` }; import labelImageJs from '/src/fragments/lib/predictions/js/label-image.mdx'; import labelImageIOS from '/src/fragments/lib/predictions/ios/label-image.mdx'; import labelImageAndroid from '/src/fragments/lib/predictions/android/label-image.mdx';