[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Datalabeling V1beta1 Client - Class Feature (0.6.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.3 (latest)](/php/docs/reference/cloud-datalabeling/latest/V1beta1.LabelImageRequest.Feature)\n- [0.6.2](/php/docs/reference/cloud-datalabeling/0.6.2/V1beta1.LabelImageRequest.Feature)\n- [0.5.7](/php/docs/reference/cloud-datalabeling/0.5.7/V1beta1.LabelImageRequest.Feature)\n- [0.4.2](/php/docs/reference/cloud-datalabeling/0.4.2/V1beta1.LabelImageRequest.Feature)\n- [0.3.1](/php/docs/reference/cloud-datalabeling/0.3.1/V1beta1.LabelImageRequest.Feature)\n- [0.2.0](/php/docs/reference/cloud-datalabeling/0.2.0/V1beta1.LabelImageRequest.Feature)\n- [0.1.14](/php/docs/reference/cloud-datalabeling/0.1.14/V1beta1.LabelImageRequest.Feature) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class Feature.\n\nImage labeling task feature.\n\nProtobuf type `google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataLabeling \\\\ V1beta1 \\\\ LabelImageRequest\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### FEATURE_UNSPECIFIED\n\n Value: 0\n\nGenerated from protobuf enum `FEATURE_UNSPECIFIED = 0;`\n\n### CLASSIFICATION\n\n Value: 1\n\nLabel whole image with one or more of labels.\n\nGenerated from protobuf enum `CLASSIFICATION = 1;`\n\n### BOUNDING_BOX\n\n Value: 2\n\nLabel image with bounding boxes for labels.\n\nGenerated from protobuf enum `BOUNDING_BOX = 2;`\n\n### ORIENTED_BOUNDING_BOX\n\n Value: 6\n\nLabel oriented bounding box. The box does not have to be parallel to\nhorizontal line.\n\nGenerated from protobuf enum `ORIENTED_BOUNDING_BOX = 6;`\n\n### BOUNDING_POLY\n\n Value: 3\n\nLabel images with bounding poly. A bounding poly is a plane figure that\nis bounded by a finite chain of straight line segments closing in a loop.\n\nGenerated from protobuf enum `BOUNDING_POLY = 3;`\n\n### POLYLINE\n\n Value: 4\n\nLabel images with polyline. Polyline is formed by connected line segments\nwhich are not in closed form.\n\nGenerated from protobuf enum `POLYLINE = 4;`\n\n### SEGMENTATION\n\n Value: 5\n\nLabel images with segmentation. Segmentation is different from bounding\npoly since it is more fine-grained, pixel level annotation.\n\nGenerated from protobuf enum `SEGMENTATION = 5;`"]]