in src/gcf/main.py [0:0]
def get_all_vision_features() -> List[Dict[str, vision.Feature.Type]]:
"""Gets a list of all Vision features.
Returns:
list: A list of all available features.
"""
return [{"type_": feature} for feature in vision.Feature.Type if feature != 0]