text_data_pb2.py 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: text-data.proto
  4. # Protobuf Python Version: 4.25.1
  5. """Generated protocol buffer code."""
  6. from google.protobuf import descriptor as _descriptor
  7. from google.protobuf import descriptor_pool as _descriptor_pool
  8. from google.protobuf import symbol_database as _symbol_database
  9. from google.protobuf.internal import builder as _builder
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
  13. b'\n\x0ftext-data.proto"\x1b\n\tSemantics\x12\x0e\n\x06values\x18\x01 \x03(\r"G\n\x08Sentence\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x0e\n\x06phones\x18\x02 \x03(\t\x12\x1d\n\tsemantics\x18\x03 \x03(\x0b\x32\n.Semantics"Y\n\x08TextData\x12\x0e\n\x06source\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tlanguages\x18\x03 \x03(\t\x12\x1c\n\tsentences\x18\x04 \x03(\x0b\x32\t.Sentenceb\x06proto3'
  14. )
  15. _globals = globals()
  16. _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
  17. _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "text_data_pb2", _globals)
  18. if _descriptor._USE_C_DESCRIPTORS == False:
  19. DESCRIPTOR._options = None
  20. _globals["_SEMANTICS"]._serialized_start = 19
  21. _globals["_SEMANTICS"]._serialized_end = 46
  22. _globals["_SENTENCE"]._serialized_start = 48
  23. _globals["_SENTENCE"]._serialized_end = 119
  24. _globals["_TEXTDATA"]._serialized_start = 121
  25. _globals["_TEXTDATA"]._serialized_end = 210
  26. # @@protoc_insertion_point(module_scope)