text_data_pb2.py 1.7 KB

123456789101112131415161718192021222324252627282930313233
  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\x12\ttext_data"\x1b\n\tSemantics\x12\x0e\n\x06values\x18\x01 \x03(\r"B\n\x08Sentence\x12\r\n\x05texts\x18\x01 \x03(\t\x12\'\n\tsemantics\x18\x03 \x03(\x0b\x32\x14.text_data.Semantics"P\n\x08TextData\x12\x0e\n\x06source\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12&\n\tsentences\x18\x04 \x03(\x0b\x32\x13.text_data.Sentence"Q\n\x0bSampledData\x12\x0e\n\x06source\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12$\n\x07samples\x18\x03 \x03(\x0b\x32\x13.text_data.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 = 30
  21. _globals["_SEMANTICS"]._serialized_end = 57
  22. _globals["_SENTENCE"]._serialized_start = 59
  23. _globals["_SENTENCE"]._serialized_end = 125
  24. _globals["_TEXTDATA"]._serialized_start = 127
  25. _globals["_TEXTDATA"]._serialized_end = 207
  26. _globals["_SAMPLEDDATA"]._serialized_start = 209
  27. _globals["_SAMPLEDDATA"]._serialized_end = 290
  28. # @@protoc_insertion_point(module_scope)