Datasets:
File size: 2,245 Bytes
add8e69 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | # -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: recitation.proto
# Protobuf Python Version: 7.34.1
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import runtime_version as _runtime_version
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC,
7,
34,
1,
'',
'recitation.proto'
)
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x10recitation.proto\x12\nrecitation\"s\n\x0bWordSegment\x12\x1a\n\x12word_index_0_based\x18\x01 \x01(\x05\x12\x1a\n\x12word_index_1_based\x18\x02 \x01(\x05\x12\x16\n\x0etimestamp_from\x18\x03 \x01(\x05\x12\x14\n\x0ctimestamp_to\x18\x04 \x01(\x05\":\n\rVerseSegments\x12)\n\x08segments\x18\x01 \x03(\x0b\x32\x17.recitation.WordSegment\"\x94\x01\n\x0fSurahTimestamps\x12\x37\n\x06verses\x18\x01 \x03(\x0b\x32\'.recitation.SurahTimestamps.VersesEntry\x1aH\n\x0bVersesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12(\n\x05value\x18\x02 \x01(\x0b\x32\x19.recitation.VerseSegments:\x02\x38\x01\x62\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'recitation_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_SURAHTIMESTAMPS_VERSESENTRY']._loaded_options = None
_globals['_SURAHTIMESTAMPS_VERSESENTRY']._serialized_options = b'8\001'
_globals['_WORDSEGMENT']._serialized_start=32
_globals['_WORDSEGMENT']._serialized_end=147
_globals['_VERSESEGMENTS']._serialized_start=149
_globals['_VERSESEGMENTS']._serialized_end=207
_globals['_SURAHTIMESTAMPS']._serialized_start=210
_globals['_SURAHTIMESTAMPS']._serialized_end=358
_globals['_SURAHTIMESTAMPS_VERSESENTRY']._serialized_start=286
_globals['_SURAHTIMESTAMPS_VERSESENTRY']._serialized_end=358
# @@protoc_insertion_point(module_scope)
|