Searched refs:AudioAnnotationsExtractor (Results 1 – 3 of 3) sorted by relevance
33 _VAD_TYPE_CLASS = annotations.AudioAnnotationsExtractor.VadType58 e = annotations.AudioAnnotationsExtractor(self._ALL_VAD_TYPES)69 e = annotations.AudioAnnotationsExtractor(vad_type=vad_type_value)112 e = annotations.AudioAnnotationsExtractor(self._ALL_VAD_TYPES)137 annotations.AudioAnnotationsExtractor(vad_type_value, {})147 e = annotations.AudioAnnotationsExtractor(
51 self._annotator = annotations.AudioAnnotationsExtractor(52 annotations.AudioAnnotationsExtractor.VadType.ENERGY_THRESHOLD |53 annotations.AudioAnnotationsExtractor.VadType.WEBRTC_COMMON_AUDIO |54 annotations.AudioAnnotationsExtractor.VadType.WEBRTC_APM,
32 class AudioAnnotationsExtractor(object): class