Пример #1
0
 public void MergeFrom(GetTextAnnotationResponse other)
 {
     if (other == null)
     {
         return;
     }
     if (other.textAnnotation_ != null)
     {
         if (textAnnotation_ == null)
         {
             TextAnnotation = new global::Ssn.Type.TextAnnotation();
         }
         TextAnnotation.MergeFrom(other.TextAnnotation);
     }
     if (other.image_ != null)
     {
         if (image_ == null || other.Image != pb::ByteString.Empty)
         {
             Image = other.Image;
         }
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }