Skip to content
Snippets Groups Projects
Unverified Commit ccf19eb1 authored by Pratik Joshi's avatar Pratik Joshi Committed by GitHub
Browse files

Update OutputType in image_segmenter.md

The line 
```
segmentation_options = processor.SegmentationOptions(
    output_type=processor.SegmentationOptions.OutputType.CATEGORY_MASK) 
 ```
is changed to 
```
segmentation_options = processor.SegmentationOptions(
    output_type=processor.SegmentationOptions.output_type.CATEGORY_MASK) 
```
parent c2888c7f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment